Back to Devexpress

RangeAreaSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-26df3bd7.md

latest2.9 KB
Original Source

RangeAreaSeriesLabel Class

Defines label settings for range area series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RangeAreaSeriesLabel :
    SeriesLabelBase
vb
Public Class RangeAreaSeriesLabel
    Inherits 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.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase RangeAreaSeriesLabel RadarRangeAreaSeriesLabel

RangeArea3DSeriesLabel

See Also

RangeAreaSeriesLabel Members

DevExpress.XtraCharts Namespace