Hide Comments
Hide Comments

TRSCustomChartPanel.RectToAxesRect(TCanvasRect,TRSChartAxis,TRSChartAxis) Method

Comments (0)

Converts pixel rectangle coordinates to axes coordinates using the specified X and Y axes. The RectToAxesRect method uses the TRSChartAxis PixelToAxis method. Unlike the PixelToAxis method which converts only the x value or y value, the RectToAxesRect method converts an entire rectangle to the internal rectangle coordinates.

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

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

Parameters

ARect

Type: TCanvasRect

XAxis

Type: TRSChartAxis

YAxis

Type: TRSChartAxis

Return Value

Type: TRSRect

expandingSee Also

Comments (0)

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