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