TRSCustomChartPanel.AxesPointToPoint(TRSPoint,TRSChartAxis,TRSChartAxis) Method |
Scroll Prev Top Next More |
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: FMX.RS.ChartPanel
Delphi |
public |
Parameters
Pt
Type: TRSPoint
XAxis
Type: TRSChartAxis
YAxis
Type: TRSChartAxis
Type: TCanvasPoint