Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSChartPanel > Classes > TRSLocalChartAxis > Methods

TRSLocalChartAxis.AxisToPixel(TRSChartValueType) Method

Scroll Prev Top Next More

Converts from the chart value parameter to a pixel coordinate of the Owner RSChartPanel.TRSCustomChartPanel component. Based on the    ZoomMinimum and    ZoomMaximum range of the chart axis, this routine converts the parameter value into a pixel coordinate. Unlike the overloaded AxisToPixel method, this method assumes that the visual pixel range of the chart axis is defined by the chart panel's    ChartRect property. The chart axis uses the bounds of the rectangle that apply to its location, e.g., a BottomAxis chart axis would use the ChartRect's Left=ZoomMinimum and Right=ZoomMaximum fields for the calculation (the rectangle is also adjusted if StartPosition and EndPosition properties are not their defaults).

Use one of the AxisToPixel methods anytime you need to convert from internal chart axis coordinates to a visual pixel coordinate. For example, if the chart axis has a zoomed range from 0 to 100 and the ChartRect is Left=150 and Right=500, this function would return:
AxisToPixel( 0 ) = 150
AxisToPixel( 50 ) = 325
AxisToPixel( 100 ) = 500

Use one of the    PixelToAxis methods to convert back from pixel coordinates to chart coordinates.
 

Namespace: RSChartPanel

Parameters

Value

Type: TRSChartValueType

Return Value

Type: TCanvasPixel

Overrides

TRSChartAxis.AxisToPixel(TRSChartValueType)
 

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb