Hide Comments
Hide Comments

TRSCustomChartPanel.AxesRectToRect(TRSRect,TRSChartAxis,TRSChartAxis) Method

Comments (0)

Converts axes coordinates to canvas rectangle coordinates using the specified X and Y axes. The AxesRectToRect method uses the TRSChartAxis AxisToPixel method. Unlike the AxisToPixel method which converts only the x value or y value, the AxesRectToRect method converts an entire chart rectangle to canvas rectangle coordinates.
 

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

public
  class function AxesRectToRect( ARect: TRSRect; XAxis, YAxis: TRSChartAxis ): TCanvasRect;
 

Parameters

ARect

Type: TRSRect

XAxis

Type: TRSChartAxis

YAxis

Type: TRSChartAxis

Return Value

Type: TCanvasRect

expandingSee Also

Comments (0)

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