Skip to main content

ChartAxis.Title Property

Gets or sets the title of the chart’s axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(null)]
public string Title { get; set; }

#Property Value

Type Default Description
String null

A String that specifies the title of the chart’s axis.

See Also