Gets or sets the data for the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection Data { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Data As DoubleCollection |
An instance of the WPF DoubleCollection class. The default is an empty collection.
See Also