Back to Devexpress

SeriesBase.LegendText Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-3cfa5011.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[OldApi("This is old API. It is recommended to use the LegendTextPattern property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string LegendText { get; set; }
vb
<OldApi("This is old API. It is recommended to use the LegendTextPattern property instead.")>
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<Browsable(False)>
Public Property LegendText As String

Property Value

TypeDescription
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

Legends

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace