SeriesBase.LegendText Property
In This Article
Gets or sets the text that identifies the series within the legend of a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[OldApi("This is old API. It is recommended to use the LegendTextPattern property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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 Series
See Also