• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/previewblock.php
  • Класс: BitrixReportVisualConstructorFieldsValuablePreviewBlock
  • Вызов: PreviewBlock::__construct
public function __construct($key)
{
	parent::__construct($key);
	$this->setLabel('');
	$this->setDefaultValue('linearGraph');
}