Search
DateTimeSeries.Dates Property
See Also
 






Gets or sets a list of DateTime values used as X coordinates of this series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<DateTime> Dates { get; set; }

Visual Basic  Copy Code

Public Property Dates As IList(Of DateTime)

 Property Value

A list of DateTime objects.

 See Also