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
C# Copy Code |
---|
public double AngleStep { get; set; } |
Visual Basic Copy Code |
---|
Public Property AngleStep As Double |
A double value. The default is NaN.
The smaller the AngleStep, the more sections the radar chart shall have.