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