Indicator.View Property
In This Article
Gets the view type of the series to which the indicator belongs.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
public XYDiagram2DSeriesViewBase View { get; }
#Property Value
Type | Description |
---|---|
XYDiagram2DSeries |
An XYDiagram |
#Remarks
For more information, see Indicators.
See Also