Describes the possible values of the LegendStyle property.
[Serializable]
public sealed enum LegendStyles : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
AutoLegend draws Series Titles if there's more than one Series in the TChart.
SeriesLegend draws the Series Titles even if there's only one Series in the chart.
ValuesLegend draws the first Active Series' values.
LastValuesLegend draws the Last Value of each Active Series (similar to Series).
PaletteLegend draws a number of the Palette entries defined by MaxNumRows.

See Also

Steema.TeeChart Namespace