Skip to main content

AxisBase.Visible Property

Gets or sets a value indicating whether the axis is visible.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool Visible { get; set; }

#Property Value

Type Description
Boolean

true, if the axis is visible; otherwise, false.

See Also