Skip to main content

Indicator.LegendText Property

Gets or set the text that identifies an indicator within the chart legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XRLocalizable(true)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string LegendText { get; set; }

Property Value

Type Description
String

A String value that specifies the indicator’s text in a legend.

Remarks

If the LegendText property is set to Empty or null (Nothing in Visual Basic), the legend does not display the indicator.

See Also