Occurs when the Legend is compiling the strings - the Lines - that compose the legend. The event occurs before the Legend fills its Lines property. Use the OnGetLegendStrings event to add extra text to the top of the legend.
Namespace: RSChartPanel
Delphi |
public |
Property Value
Type: TGetStringsEvent
The following code adds a couple of lines to the top of the legend: Delphi |
procedure TForm1.RSChartPanel1GetLegendStrings(Sender: TObject; |