Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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