Back to Devexpress

Indicator.LegendText Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-8b88ad99.md

latest1.5 KB
Original Source

Indicator.LegendText Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XRLocalizable(true)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string LegendText { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<XRLocalizable(True)>
Public Property LegendText As String

Property Value

TypeDescription
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

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace