• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/multidirectional.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartMultiDirectional
  • Вызов: MultiDirectional::__construct
public function __construct()
{
	parent::__construct();
	$this->setLabel(Loc::getMessage('REPORT_MULTI_LINEAR_GRAPH_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-multiple-direction.png');
}