Back to Devexpress

CustomAxisLabelModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-9f191bf2.md

latest1.5 KB
Original Source

CustomAxisLabelModel Class

The CustomAxisLabel model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(CustomAxisLabel))]
public class CustomAxisLabelModel :
    ChartElementNamedModel
vb
<ModelOf(GetType(CustomAxisLabel))>
Public Class CustomAxisLabelModel
    Inherits ChartElementNamedModel

The following members return CustomAxisLabelModel objects:

Inheritance

Object ChartElementModel ChartElementNamedModel CustomAxisLabelModel

See Also

CustomAxisLabelModel Members

DevExpress.XtraCharts.Designer Namespace