public abstract Int32 CalcYPosValue(Double value)
Remarks
Returns the pixel Screen Vertical coordinate of the specified Value.
This coordinate is calculated using the Series associated Vertical Axis.
Example
[C#]
Graphics3D g = tChart3.Graphics3D;
//using Chart co-ordinates
int tmpX=tChart3[0].CalcXPosValue(4);
//4 refers to Chart value (on Grid)
int tmpY=tChart3[0].CalcYPosValue(4);
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace