Skip to main content

AxisBase.ShowLine Property

Specifies whether to display the axis line.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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