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.
Namespace: FMX.RS.BarCharts
Delphi |
protected |
Parameters
Axis
Type: TRSChartAxis
Type: Boolean
TRSCustomSparseBarChart.WantsCaptions(TRSChartAxis)
The custom bar chart uses this method to indicate it prefers captions for the bottom of the bars: Delphi |
function TRSCustomBarChart.WantsCaptions(const Axis: TRSChartAxis): Boolean; |