Skip to main content
A newer version of this page is available. .

Indicator.View Property

Gets the view type of the series to which the indicator belongs.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
public XYDiagram2DSeriesViewBase View { get; }

Property Value

Type Description
XYDiagram2DSeriesViewBase

An XYDiagramSeriesViewBase class descendant, specifying the series view type.

Remarks

For more information, see Indicators.

See Also