SeriesBase.VisibleInLegend Property
Gets or sets whether the legend shows legend items for the series. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public bool VisibleInLegend { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also