Skip to main content

Indicator.View Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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