Skip to main content

XYDiagram2DSeriesViewBaseModel.Indicators Property

Returns the model of the indicator collection of the modeled Cartesian series view.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public IndicatorCollectionModel Indicators { get; }

Property Value

Type Description
IndicatorCollectionModel

The indicator collection model.

See Also