Gets or sets the data for the chart. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public IList Data { get; set; } |
Visual Basic
![]() |
---|
Public Property Data As IList |
A new list with numbers. Default is a list with five doule values new double[]{ 28, 42, 17, 39, 82 }.
If the numbers are not double, the control tries to parse them automatically using the standard .NET double.Parse() method and the InvariantCulture.