Skip to main content

Axis2DModel.Title Property

Gets or sets the model of the title of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Title", 4)]
[LocalizableCategory(DesignerCategories.Elements)]
public AxisTitleModel Title { get; }

Property Value

Type Description
AxisTitleModel

The title model.

See Also