Search
Series2D.XData Property
See Also
 






Gets or sets the X coordinates of data items.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<Double> XData { get; set; }

Visual Basic  Copy Code

Public Property XData As IList(Of Double)

 Property Value

A list of double values.

 See Also