A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
<NonTestableProperty>
Public ReadOnly Property View As XYDiagram2DSeriesViewBase
Property Value
Type | Description |
---|---|
XYDiagram2DSeriesViewBase | An XYDiagramSeriesViewBase class descendant, specifying the series view type. |
Remarks
For more information, see Indicators.
See Also
Feedback