Back to Devexpress

IXYSeriesData.GetDateTimeArgument(Int32) Method

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

latest1.1 KB
Original Source

IXYSeriesData.GetDateTimeArgument(Int32) Method

Returns the argument for a data item with the specified index when GetDateType returns DateTime, WeightedDateTime or Financial.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
DateTime GetDateTimeArgument(
    int index
)

Parameters

NameTypeDescription
indexInt32

The zero-based index of the data item whose argument the series requests.

|

Returns

TypeDescription
DateTime

The argument value of the data item.

|

See Also

IXYSeriesData Interface

IXYSeriesData Members

DevExpress.Maui.Charts Namespace