RangeArea3DSeriesView Class
A series view of the 3D Range Area type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(RangeArea3DSeriesViewTypeConverter))]
public class RangeArea3DSeriesView :
Area3DSeriesView,
IRangeSeriesView
Remarks
The RangeArea3DSeriesView class provides functionality of a series view of the 3D Range Area type within a chart control.
Note that a particular view type can be defined for a series via its SeriesBase.View property.
For more information on series views of 3D Range Area type, please see the Range Area Chart topic.
Inheritance
See Also