Search
Series2D.YData Property
See Also
 






Gets or sets the Y coordinates of data items.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property YData As IList(Of Double)

 Property Value

A list of double values.

 See Also