Skip to main content
A newer version of this page is available. .

SeriesBase.LegendText Property

Gets or sets the text that identifies the series within the legend of a chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[OldApi("This is old API. It is recommended to use the LegendTextPattern property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[Browsable(false)]
public string LegendText { get; set; }

Property Value

Type Description
String

A String value that specifies the series’ legend text.

Remarks

Important

This property is an outdated API. Use the SeriesBase.LegendTextPattern property instead.

See Also