Skip to main content
A newer version of this page is available. .

RangeArea3DSeriesLabel Class

Defines label settings for a range area 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RangeArea3DSeriesLabel :
    RangeAreaSeriesLabel

Remarks

The RangeArea3DSeriesLabel class provides label functionality for series of the range area 3D view type. The RangeArea3DSeriesLabel class inherits properties and methods from the base RangeAreaSeriesLabel class, which defines the common label settings.

An instance of the RangeArea3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is RangeArea3DSeriesView.

Implements

Inheritance

See Also