Gets or sets the angle of the inner labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double InnerLabelAngle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InnerLabelAngle As Double |
A double value. The default is 180.
RemarksThe property specifies the angle at which the inner labels will be drawn in the radar chart measured in degrees along the radar circle.
See Also