Back to Devexpress

ValueLevel Enum

corelibraries-devexpress-dot-xtracharts-54c31b2a.md

latest4.8 KB
Original Source

ValueLevel Enum

Lists the values that specify value levels for indicators.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ValueLevel
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum ValueLevel

Members

NameDescription
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.

| | BoxPlotMin |

Indicates the Min value of a series point, where the series view belongs to the Box Plot view type.

| | BoxPlotQuartile_1 |

Indicates the First Quartile value of a series point, where the series view belongs to the Box Plot view type.

| | BoxPlotMedian |

Indicates the Median value of a series point, where the series view belongs to the Box Plot view type.

| | BoxPlotQuartile_3 |

Indicates the Third Quartile value of a series point, where the series view belongs to the Box Plot view type.

| | BoxPlotMax |

Indicates the Max value of a series point, where the series view belongs to the Box Plot view type.

| | BoxPlotMean |

Indicates the Mean value of a series point, where the series view belongs to the Box Plot view type.

|

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

See Also

ValueLevel

DevExpress.XtraCharts Namespace