RangeAreaLabelKind Enum
Lists the values specifying which range area values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Area and 3D Range Area view types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RangeAreaLabelKind
#Members
Name | Description |
---|---|
One
|
Show one label in the center of the range bar with both maximum and minimum values. |
Two
|
Show both labels with maximum and minimum values of a data point. |
Max
|
Show only the label for the maximum value of a data point. |
Min
|
Show only the label for the minimum value of a data point. |
Value1Label
|
Show only the label for the value stored in the Series |
Value2Label
|
Show only the label for the value stored in the Series |
#Related API Members
The following properties accept/return RangeAreaLabelKind values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Range |
Win |
Range |
#Remarks
The values listed by the RangeAreaLabelKind enumeration are used to customize the appearance of series labels in range areas via the RangeAreaSeriesLabel.Kind property.