Back to Devexpress

IndicatorCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-7a230ff3.md

latest1.7 KB
Original Source

IndicatorCollectionModel Class

The IndicatorCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

The following members return IndicatorCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel IndicatorCollectionModel

See Also

IndicatorCollectionModel Members

DevExpress.XtraCharts.Designer Namespace