• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/column.php
  • Класс: Bitrix\Report\VisualConstructor\Views\JsComponent\AmChart\Column
  • Вызов: Column::__construct
public function __construct()
{
	parent::__construct();
	$this->setLabel(Loc::getMessage('REPORT_COLUMN_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-bar.jpg');
}