MindFusion.Wpf Pack Programmer's Guide
RadarSeries.Angles Property
See Also
 





Gets or sets the angles for the radar series. This is a dependency property.

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

 Syntax

C#  Copy Code

public DoubleCollection Angles { get; set; }

Visual Basic  Copy Code

Public Property Angles As DoubleCollection

 Property Value

A collection of numbers that represent the angles in the chart. The default is an empty collection.

 See Also

RadarSeries Members
RadarSeries Class
MindFusion.Charting.Wpf Namespace