Back to Devexpress

SecondaryAxisCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-4614b7fc.md

latest2.0 KB
Original Source

SecondaryAxisCollectionModel Class

The SecondaryAxisCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(SecondaryAxisCollection))]
public abstract class SecondaryAxisCollectionModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(SecondaryAxisCollection))>
Public MustInherit Class SecondaryAxisCollectionModel
    Inherits ChartElementNamedCollectionModel

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel SecondaryAxisCollectionModel SecondaryAxisXCollectionModel

SecondaryAxisYCollectionModel

SwiftPlotDiagramSecondaryAxisXCollectionModel

SwiftPlotDiagramSecondaryAxisYCollectionModel

See Also

SecondaryAxisCollectionModel Members

DevExpress.XtraCharts.Designer Namespace