TRSCustomChartPanel.RectToAxesRect(TCanvasRect,TRSChartAxis,TRSChartAxis) Method |
Scroll Prev Top Next More |
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
Delphi |
public |
Parameters
ARect
Type: TCanvasRect
XAxis
Type: TRSChartAxis
YAxis
Type: TRSChartAxis
Type: TRSRect