MindFusion WinForms Programmer's Guide
DrawZeroLabel Enumeration
See Also
 





Defines styles for drawing the zero label in arrays with inner labels for a radar chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum DrawZeroLabel

Visual Basic  Copy Code

Public Enum DrawZeroLabel

 Members

  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.

 See Also

MindFusion.Charting Namespace