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

AxisBase.ShowLine Property

Specifies whether to display the axis line.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Boolean

true if the axis line is displayed; otherwise, false.

See Also