Back to Devexpress

RangeAreaSeriesLabelModel.Kind Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-rangeareaserieslabelmodel.md

latest2.2 KB
Original Source

RangeAreaSeriesLabelModel.Kind Property

Gets or sets the value of the RangeAreaSeriesLabel.Kind within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public RangeAreaLabelKind Kind { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Kind As RangeAreaLabelKind

Property Value

TypeDescription
RangeAreaLabelKind

The value specifying how series point labels should be displayed.

|

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.

|

See Also

RangeAreaSeriesLabelModel Class

RangeAreaSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace