Gets or sets the offset of the outer label from the edge of the radar. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double OuterLabelOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OuterLabelOffset As Double |
A double value. The default is 20.
See Also