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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public CustomAxisLabelCollectionModel CustomLabels { get; }
Property Value
Type | Description |
---|---|
CustomAxisLabelCollectionModel | The model of the custom axis label collection. |
See Also