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





Gets or sets the angle of the inner labels. This is a dependency property.

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

 Syntax

C#  Copy Code

public double InnerLabelAngle { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelAngle As Double

 Property Value

A double value. The default is 180.

 Remarks

The 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

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace