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

ValueLevel Enum

Lists the values that specify value levels for indicators.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(ValueLevelTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ValueLevel

Members

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

Values listed by the ValueLevel enumeration are used to set the SingleLevelIndicator.ValueLevel and FinancialIndicatorPoint.ValueLevel properties. Besides, this enumeration is used to obtain a series point value using the SeriesPoint

The following code snippets (auto-collected from DevExpress Examples) contain references to the ValueLevel enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also