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