Hide Comments
Hide Comments

TRSCustomChartPanel.AxesPointToPoint(TRSPoint,TRSChartAxis,TRSChartAxis) Method

Comments (0)

Converts axes coordinate to canvas coordinates using the specified X and Y axes. The AxesPointToPoint uses the TRSChartAxis AxisToPixel method. Unlike the AxisToPixel method which converts only the x value or y value, the AxesPointToPoint method converts a point to the canvas coordinates.

Namespace: RSChartPanel

expandingSyntax

Delphi

public
  class function AxesPointToPoint( Pt: TRSPoint; XAxis, YAxis: TRSChartAxis ): TCanvasPoint;
 

Parameters

Pt

Type: TRSPoint

XAxis

Type: TRSChartAxis

YAxis

Type: TRSChartAxis

Return Value

Type: TCanvasPoint

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb