Returns the pixel Screen Horizontal coordinate of the specified Value.
public abstract Int32 CalcXPosValue(Double value)

Remarks


Returns the pixel Screen Horizontal coordinate of the specified Value.

This coordinate is calculated using the Series associated Horizontal Axis.

Example


We want to know which is the Horizontal Screen coordinate of 1234.56 value:

int tmpX=tChart3[0].CalcXPosValue(1234.56); 


See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace