Back to Devexpress

IXYSeriesData.GetValue(ValueType, Int32) Method

maui-devexpress-dot-maui-dot-charts-dot-ixyseriesdata-dot-getvalue-x28-devexpress-dot-maui-dot-charts-dot-valuetype-system-dot-int32-x29.md

latest1.2 KB
Original Source

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

csharp
double GetValue(
    ValueType valueType,
    int index
)

Parameters

NameTypeDescription
valueTypeValueType

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

TypeDescription
Double

The data-item value of the specified type.

|

See Also

IXYSeriesData Interface

IXYSeriesData Members

DevExpress.Maui.Charts Namespace