ChartSeries2D Class
Header: | #include <ChartSeries2D> |
Inherits: | ChartSeries |
Inherited By: | ChartBarSeries2D, ChartOpenHighLowCloseSeries, ChartPointSeries, and ChartPolarPointSeries2D |
Public Functions
void | setXScaleType(ChartSeries2D::ScaleType scaleType) |
void | setYScaleType(ChartSeries2D::ScaleType scaleType) |
ChartSeries2D::ScaleType | xScaleType() const |
ChartSeries2D::ScaleType | yScaleType() const |
Detailed Description
Member Function Documentation
void ChartSeries2D::setXScaleType(ChartSeries2D::ScaleType scaleType)
Sets a type of the scale X.
See also xScaleType().
void ChartSeries2D::setYScaleType(ChartSeries2D::ScaleType scaleType)
Sets a type of the scale Y.
See also yScaleType().
ChartSeries2D::ScaleType ChartSeries2D::xScaleType() const
Returns a type of the scale X.
See also setXScaleType().
ChartSeries2D::ScaleType ChartSeries2D::yScaleType() const
Returns a type of the scale Y.
See also setYScaleType().