Skip to main content

AxisBase.ShowLabels Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "InvalidateAxisLayout")]
public bool ShowLabels { get; set; }

Property Value

Type Description
Boolean

A Boolean object.

See Also