Skip to main content

AxisBase.Visible Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Boolean

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

See Also