SeriesPoint.TimeSpanArgument Property
Gets or sets the series point’s time-span argument.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
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