Skip to main content

IXYSeriesData.GetValue(ValueType, Int32) Method

Returns the value of the specified type for a data item with the given index.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

double GetValue(
    ValueType valueType,
    int index
)

Parameters

Name Type Description
valueType ValueType

The value that specifies the required value type.

index Int32

The zero-based index of a data item whose value the method should return.

Returns

Type Description
Double

The data-item value of the specified type.

See Also