Skip to main content

IXYSeriesData.GetDateTimeArgument(Int32) Method

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

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

DateTime GetDateTimeArgument(
    int index
)

Parameters

Name Type Description
index Int32

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

Returns

Type Description
DateTime

The argument value of the data item.

See Also