Back to Devexpress

SeriesPoint.TimeSpanArgument Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-8ab5ca77.md

latest1.3 KB
Original Source

SeriesPoint.TimeSpanArgument Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public TimeSpan TimeSpanArgument { get; set; }
vb
<Browsable(False)>
Public Property TimeSpanArgument As TimeSpan

Property Value

TypeDescription
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

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace