Overload List
Returns the size in pixels corresponding to value parameter in vertical axis scales.
public Int32 CalcYSizeValue(System.Double)
Returns the size in pixels corresponding to value parameter in vertical axis scales.
public Int32 CalcYSizeValue(System.Double, System.Double)
Remarks
Returns the pixel Screen Vertical DIMENSION (or size) of the specified Value.
This coordinate is calculated using the Series associated Vertical Axis.
Example
We want to know how much Screen pixels size corresponds to a 5.32 Y value:
int tmpY=tChart1[0].CalcYSizeValue(5.32);
That means tmpY is the quantity of vertical pixels an offset of 5.32 needs.
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace