getYZeroCoord Method
Gets a value that determines the position of Y zero line on a chart. Significant for the series types that render negative data points differently, such as the FastColumnRenderableSeries, FastMountainRenderableSeries, FastImpulseRenderableSeries
Syntax
protected float getYZeroCoord( ICoordinateCalculator yCoordCalc ) |
Parameters
- yCoordCalc
- The com.scichart.charting.numerics.coordinateCalculators.ICoordinateCalculator for YAxis
Return Value
The value in pixels indicating the position of zero line
See Also