Skip to main content
A newer version of this page is available. .

Axis2DModel.CustomLabels Property

Gets or sets the model of the collection of the custom axis labels of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public CustomAxisLabelCollectionModel CustomLabels { get; }

Property Value

Type Description
CustomAxisLabelCollectionModel

The model of the custom axis label collection.

See Also