Skip to main content
A newer version of this page is available. .

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.v22.1.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