Overload List

  NameDescription
Protected methodGetPoint(CartesianDataPoint)
Returns a Point containing the X and Y logical axis values of the given DataPoint.
(Inherited from DataSeries.)
Protected methodGetPoint(CartesianDataPoint, Boolean)
Returns a Point containing the X and Y logical axis values of the given DataPoint. In the case that the given data object is a primitive numerical value, the reverseAxes parameter can be used to specify that YAxis is the independent axis instead of the XAxis by default. This is useful for data series such as horizontal bar charts.
(Inherited from DataSeries.)

See Also