Back to Devexpress

SecondaryAxisXCollectionModel Class

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

latest1.8 KB
Original Source

SecondaryAxisXCollectionModel Class

The SecondaryAxisXCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(SecondaryAxisXCollection))]
public class SecondaryAxisXCollectionModel :
    SecondaryAxisCollectionModel
vb
<ModelOf(GetType(SecondaryAxisXCollection))>
Public Class SecondaryAxisXCollectionModel
    Inherits SecondaryAxisCollectionModel

The following members return SecondaryAxisXCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel SecondaryAxisCollectionModel SecondaryAxisXCollectionModel

See Also

SecondaryAxisXCollectionModel Members

DevExpress.XtraCharts.Designer Namespace