示例#1
0
 /**
  * Renders general settings block for vertical axis settings.
  *
  * @since 1.4.3
  *
  * @access protected
  */
 protected function _renderVerticalAxisGeneralSettings()
 {
     parent::_renderVerticalAxisGeneralSettings();
     $this->_renderVerticalAxisFormatField();
 }
示例#2
0
 /**
  * Renders general settings block for horizontal axis settings.
  *
  * @since 1.4.3
  *
  * @access protected
  */
 protected function _renderHorizontalAxisGeneratSettings()
 {
     parent::_renderHorizontalAxisGeneratSettings();
     $this->_renderHorizontalAxisFormatField();
 }