Lines Matching refs:enable
202 * @param enable Specifies whether to enable the fill color. Value <b>true</b> means to enable the fill color,
207 void EnableGradient(bool enable)
209 enableGradient_ = enable;
366 * you are not advised to enable the display of the top and bottom points.
490 * @param enable Specifies whether to draw the frontmost point. Value <b>true</b> means to draw the frontmost
495 void EnableHeadPoint(bool enable)
497 enableHeadPoint_ = enable;
514 * @param enable Specifies whether to draw the top point. Value <b>true</b> means to draw the top point,
519 void EnableTopPoint(bool enable)
521 enableTopPoint_ = enable;
538 * @param enable Specifies whether to draw the bottom point. Value <b>true</b> means to draw the bottom point,
543 void EnableBottomPoint(bool enable)
545 enableBottomPoint_ = enable;
737 * @param enable Specifies whether to enable chart reverse. Value <b>true</b> means to enable chart reverse,
738 * and value <b>false</b> means not to enable chart reverse. The default value is <b>false</b>.
742 void EnableReverse(bool enable)
744 if (enableReverse_ != enable) {
745 enableReverse_ = enable;
746 xAxis_.EnableReverse(enable);
747 yAxis_.EnableReverse(enable);