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

Indicator.LegendText Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[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