Back to Devexpress

CustomAxisLabelCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-bc6e7ef6.md

latest1.7 KB
Original Source

CustomAxisLabelCollectionModel Class

The CustomAxisLabelCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(CustomAxisLabelCollection))]
public class CustomAxisLabelCollectionModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(CustomAxisLabelCollection))>
Public Class CustomAxisLabelCollectionModel
    Inherits ChartElementNamedCollectionModel

The following members return CustomAxisLabelCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel CustomAxisLabelCollectionModel

See Also

CustomAxisLabelCollectionModel Members

DevExpress.XtraCharts.Designer Namespace