MindFusion.Wpf Pack Programmer's Guide
RadarChart.AngleStep Property
See Also
 





Gets or sets the increment step for the angles that build the sections of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public double AngleStep { get; set; }

Visual Basic  Copy Code

Public Property AngleStep As Double

 Property Value

A double value. The default is NaN.

 Remarks

The smaller the AngleStep, the more sections the radar chart shall have.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace