Search
PieSeries.Data Property
See Also
 





Gets or sets the data for the chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public DoubleCollection Data { get; set; }

Visual Basic  Copy Code

Public Property Data As DoubleCollection

 Property Value

An instance of the WPF DoubleCollection class. The default is an empty collection.

 See Also