TLegendStyle

TLegendStyle

type TLegendStyle = (lsAuto, lsSeries, lsValues, lsLastValues, lsSeriesGroups);

Unit
Chart

Description
TLegendStyle defines the possible values of the TChartLegend.LegendStyle property.

The Chart Legend can draw either the Chart Series Titles or the first Series Values.

This feature is controlled through this property:

  • \*\pn
      \pnindent\pntxtb
    \fi-200\lilsAuto TChartLegend draws Series Titles if there's more than one TChartSeries in the TChart
  • lsSeries TChartLegend draws the Series Titles (also if there's only one TChartSeries in the chart.
  • lsValues TChartLegend draws the first Active TChartSeries values.
  • lsLastValues TChartLegend draws the Last Value of each Active TChartSeries (similar to lsSeries).