Back to Devexpress

Indicator.View Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-afc8ac5e.md

latest1.5 KB
Original Source

Indicator.View Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public XYDiagram2DSeriesViewBase View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As XYDiagram2DSeriesViewBase

Property Value

TypeDescription
XYDiagram2DSeriesViewBase

An XYDiagramSeriesViewBase class descendant, specifying the series view type.

|

Remarks

For more information, see Indicators.

See Also

Series Views

Indicators

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace