Indicator.ShowInLegend Property
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowInLegend { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the indicator is shown in the legend; otherwise, false. |
See Also