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