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

RangeAreaSeriesLabel Class

Defines label settings for range area series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(RangeAreaSeriesLabelTypeConverter))]
public class RangeAreaSeriesLabel :
    SeriesLabelBase

Remarks

The RangeAreaSeriesLabel class provides label functionality for series of the range area view type. At the same time, the RangeAreaSeriesLabel class serves as a base for the RangeArea3DSeriesLabel class.

In addition to the common label settings inherited from the base SeriesLabelBase class, the RangeAreaSeriesLabel class declares a range area specific setting that allows you to specify the label’s kind (RangeAreaSeriesLabel.Kind), as well as angles that define a series label’s position (RangeAreaSeriesLabel.MaxValueAngle and RangeAreaSeriesLabel.MinValueAngle).

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

See Also