Gets or sets the angles for the radar series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection Angles { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Angles As DoubleCollection |
A collection of numbers that represent the angles in the chart. The default is an empty collection.
See Also