Skip to main content

AxisBase.ShowLine Property

Gets or sets a value indicating whether or not to draw the axis line.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowLine { get; set; }

#Property Value

Type Description
Boolean

true, to draw the axis line; otherwise, false.

See Also