Defines styles for drawing the zero label in arrays with inner labels for a radar chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum DrawZeroLabel |
Visual Basic
![]() |
---|
Public Enum DrawZeroLabel |
Member name | Description | |
---|---|---|
![]() |
FirstOnly |
Only the first label in the first array is drawn. The other labels are omitted. |
![]() |
Regular |
All labels are drawn without any rotation. |
![]() |
Rotated |
All labels are drawn, each one rotated. |
![]() |
RotatedIfMany |
If all arrays have a zero label other than an empty string, they are drawn rotated. Otherwise, the label is drawn as it is. |