Back to Devexpress

Indicator.ShowInLegend Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-fa954975.md

latest1.3 KB
Original Source

Indicator.ShowInLegend Property

Specifies whether the indicator is represented in the chart’s legend.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowInLegend { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ShowInLegend As Boolean

Property Value

TypeDescription
Boolean

true if the indicator is shown in the legend; otherwise, false.

|

See Also

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace