Skip to main content

RangeArea3DSeriesView Class

A series view of the 3D Range Area type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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.

See Also