Skip to main content
A newer version of this page is available. .

SeriesPoint.TimeSpanArgument Property

Gets or sets the series point’s time-span argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public TimeSpan TimeSpanArgument { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value that represents the series data point’s time-span argument.

Remarks

The DateTimeArgument property returns MinValue if a series point argument cannot be converted to a time-span value.

See Also