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

ValueType Enum

Lists the types of values that specify the point values to be displayed in the series.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

[Flags]
public enum ValueType

Members

Name Description
Value

Identifies the series point Value. Valid for all series besides financial.

Weight

Identifies the Bubble series point Weight (bubble size).

High

Indicates the highest traded price. Valid for financial series.

Low

Indicates the lowest traded price. Valid for financial series.

Open

Indicates the opening traded price. Valid for financial series.

Close

Indicates the closing traded price. Valid for financial series.

Value1
Value2

Related API Members

The following properties accept/return ValueType values:

Remarks

The values listed by the ValueType enumeration are used to set the ValueDataMember.Type property.

See Also