Defines values that specify the alignment of the inner labels in a radar chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum InnerLabelPosition |
Visual Basic
Copy Code
|
|---|
Public Enum InnerLabelPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
Center |
The label is aligned to the center. |
![]() |
Left |
The label is aligned to the left. |
![]() |
Right |
The label is aligned to the right. |
See Also