Skip to main content

ChartAxis.Visible Property

Gets or sets whether the chart’s axis is visible.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

#Property Value

Type Default Description
Boolean true

true if the chart’s axis is visible; otherwise, false.

See Also