GetLegendText(TRSCustomChart,TRSChartValue,TRSLegendStyle,TRSLegendTextStyle) Method |
Scroll Prev Top Next More |
Returns a label useful for a legend based on the chart and chart value. The LegendStyle controls what type of label is returned
Namespace: FMX.RS.ChartPanel
Delphi |
function GetLegendText( const Chart: TRSCustomChart; const Value: TRSChartValue; |
Parameters
Chart
Type: TRSCustomChart
Value
Type: TRSChartValue
LegendStyle
Type: TRSLegendStyle
Defines the legend style
LegendTextStyle
Type: TRSLegendTextStyle
Defines the format for the TRSChartValue labels in the legend
Type: String
Reference•FMX.RS.ChartPanel.TRSChartValue •FMX.RS.ChartPanel.TRSChartLegend •FMX.RS.ChartPanel.TRSCustomChart •RSChartConsts|TRSLegendStyle •RSChartConsts|TRSLegendTextStyle |