public function __construct($categoryLabel)
 {
     parent::__construct($categoryLabel);
     $this->defaults = array_merge($this->defaults, array('values', 'useFormattedValue'));
 }
 public function __construct($categoryLabel)
 {
     parent::__construct($categoryLabel);
     $this->defaults = array_merge($this->defaults, array('matchType', 'caseSensitive', 'useFormattedValue', 'ui.realtimeTrigger', 'ui.label', 'ui.labelSeparator', 'ui.labelStacking', 'ui.cssClass'));
 }
 public function __construct($categoryLabel)
 {
     parent::__construct($categoryLabel);
     $this->defaults = array_merge($this->defaults, array('minValue', 'maxValue', 'ui.format', 'ui.step', 'ui.ticks', 'ui.unitIncrement', 'ui.blockIncrement', 'ui.showRangeValues', 'ui.orientation', 'ui.label', 'ui.labelSeparator', 'ui.labelStacking', 'ui.cssClass'));
 }
 public function __construct($categoryLabel)
 {
     parent::__construct($categoryLabel);
     $this->defaults = array_merge($this->defaults, array('ui.chartType', 'ui.chartOptions', 'ui.chartView', 'ui.minRangeSize', 'ui.snapToData'));
 }