Back to Devexpress

SecondaryAxisYCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-2e202064.md

latest1.8 KB
Original Source

SecondaryAxisYCollectionModel Class

The SecondaryAxisYCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

The following members return SecondaryAxisYCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel SecondaryAxisCollectionModel SecondaryAxisYCollectionModel

See Also

SecondaryAxisYCollectionModel Members

DevExpress.XtraCharts.Designer Namespace