Skip to main content

ChartAxis.TitleVisible Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool TitleVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also