Series.ShowInLegend Property
Gets or sets a value that specifies whether the series should be represented in a chart control’s legend.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to represent the series in a legend; otherwise, false. |
Remarks
Use the ShowInLegend property to control whether the chart should display a legend marker and text associated with this series.
See Also