Overload List

Returns the size in pixels corresponding to value parameter in horizontal axis scales.

public Int32 CalcXSizeValue(System.Double)

Returns the size in pixels corresponding to value parameter in horizontal axis scales.

public Int32 CalcXSizeValue(System.Double, System.Double)

Remarks


Returns the pixel Screen Horizontal DIMENSION (or size) of the specified Value.

This coordinate is calculated using the Series associated Horizontal Axis.

Example


We want to know how much Screen pixel size corresponds to a 12.1 X value:

[C#]

int tmpX=tChart1[0].CalcXSizeValue(12.1);

That means tmpX is the quantity of horizontal pixels an offset of 12.1 needs.

See Also

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