|
CreateChartValues
|
Creates the FMX.RS.ChartPanel.TRSChartValues class for the Values property
Notes to Inheritors
|
Override this method to create your TRSChartValues descendant
|
|
|
CreatePreviewValues
|
Creates sample values for illustrating how the chart will look. This function is automatically called at design-time to fill the chart with sample values. It can also be called at run-time to add more values to the chart (i.e., the chart is not cleared first)
Note
|
Set the Preview property to false to have the design-time sample values show up at run-time
|
|
|
DoUpdateAxisInfo(TRSChartAxis)
|
Represents method DoUpdateAxisInfo(TRSChartAxis). (Overrides FMX.RS.BarCharts.TRSCustomBarChart.DoUpdateAxisInfo(TRSChartAxis).)
|
|
GetAxisCaption(TRSChartAxis,Integer,Double)
|
Represents method GetAxisCaption(TRSChartAxis,Integer,Double).
|
|
GetBarRect(TCanvasRect,TRSBarChartValue,TRSCustomChart,TRSChartValueType,TRSChartValueType,TRSChartValueType)
|
Returns the canvas rectangle in pixels for the bar value. (Overrides FMX.RS.BarCharts.TRSCustomBarChart.GetBarRect(TCanvasRect,TRSBarChartValue,TRSCustomChart,TRSChartValueType,TRSChartValueType,TRSChartValueType).)
|
|
GetChartType
|
Returns the chart type enumerated value for this class. Each chart class overrides this class function to return the RSChartConsts|TRSChartType enumerated value (Overrides FMX.RS.BarCharts.TRSCustomBarChart.GetChartType.)
|
|
InternalDraw(TCanvas,TCanvasRect)
|
Overloaded. Paints the chart graphic to the specified canvas at the specified rectangle. The InternalDraw method is called by the Draw method.
Descendant classes of TRSCustomChart override the InternalDraw method to actually paint themselves.
Notes to Inheritors
|
The default InternalDraw method implementation assigns the Brush, Pen , and Font to the Canvas.
|
|
|
WantsCaptions(TRSChartAxis)
|
Returns true if the chart prefers Captions over Values for its labels on the input Axis. This method provides a hint to the TRSChartAxis when LabelStyle is alsAutomatic. (Overrides FMX.RS.BarCharts.TRSCustomBarChart.WantsCaptions(TRSChartAxis).)
|