Skip to main content

AxisBase.Title Property

Provides access to the title settings of an axis.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public AxisTitle Title { get; set; }

#Property Value

Type Description
AxisTitle

An AxisTitle object which provides settings for the axis title.

See Also