Returns true if the legend should show chart names (more than one TRSCustomChart being displayed in the panel or the LegendStyle requires it) and false if the legend should show chart values (only one TRSCustomChart in the panel or the LegendStyle requires it)
Namespace: FMX.RS.ChartPanel
Delphi |
function IsLegendShowingCharts( Panel: TRSCustomChartPanel; LegendStyle: TRSLegendStyle ): Boolean; |
Parameters
Panel
Type: TRSCustomChartPanel
LegendStyle
Type: TRSLegendStyle
Type: Boolean
Reference•FMX.RS.ChartPanel.TRSChartLegend •FMX.RS.ChartPanel.TRSCustomChart •RSChartConsts|TRSLegendStyle |