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

SingleLevelIndicator.ValueLevel Property

Specifies the value level to which the single-level indicator corresponds.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public ValueLevel ValueLevel { get; set; }

Property Value

Type Description
ValueLevel

A ValueLevel enumeration value.

Available values:

Name Description
Value

Indicates the value of a series point where the series point contains only one value.

Value_1

Indicates the First value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types.

Value_2

Indicates the Second value of a series point, where the series view belongs to the Side-by-Side Range Bar, Overlapped Range Bar or Gantt view types.

Low

Indicates the Low value of a series point, where the series view belongs to the Financial view type.

High

Indicates the High value of a series point, where the series view belongs to the Financial view type.

Open

Indicates the Open value of a series point, where the series view belongs to the Financial view type.

Close

Indicates the Close value of a series point, where the series view belongs to the Financial view type.

Weight

Indicates the weight value of a series point where a series view is a bubble view.

Remarks

The ValueLevel property defines the value level for the SingleLevelIndicator class descendants.

For more information, see Indicators.

See Also