Gets or sets the data for the radar series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public DoubleCollection Data { get; set; } |
Visual Basic Copy Code |
---|
Public Property Data As DoubleCollection |
A collection that holds the data for the series. The default is an empty collection.