Back to Devexpress

RangeAreaSeriesLabel.Kind Property

corelibraries-devexpress-dot-xtracharts-dot-rangeareaserieslabel.md

latest2.7 KB
Original Source

RangeAreaSeriesLabel.Kind Property

Gets or sets the kind of labels in 2D Range Area and 3D Range Area series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeAreaLabelKind Kind { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Kind As RangeAreaLabelKind

Property Value

TypeDescription
RangeAreaLabelKind

A RangeAreaLabelKind enumeration value.

|

Available values:

NameDescription
OneLabel

Show one label in the center of the range bar with both maximum and minimum values.

| | TwoLabels |

Show both labels with maximum and minimum values of a data point.

| | MaxValueLabel |

Show only the label for the maximum value of a data point.

| | MinValueLabel |

Show only the label for the minimum value of a data point.

| | Value1Label |

Show only the label for the value stored in the SeriesPointKey.Value_1 property of a data point.

| | Value2Label |

Show only the label for the value stored in the SeriesPointKey.Value_2 property of a data point.

|

Remarks

Use the Kind property to specify which labels should be shown for a series of a 2D Range Area and 3D Range Area type. Refer to RangeAreaLabelKind topic for a description of different label kinds.

See Also

RangeAreaSeriesLabel Class

RangeAreaSeriesLabel Members

DevExpress.XtraCharts Namespace