Skip to main content

SeriesView.ShowLabels Property

Gets or sets a value indicating whether labels should be visible for this series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowLabels { get; set; }

Property Value

Type Description
Boolean

true, to show series labels; false to hide them.

See Also