| Visual Basic (Declaration) | |
|---|---|
| Public Enum LabelType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum LabelType : Enum | |
| Member | Description | 
|---|---|
| UseFont | The default label behavior where the Label.Font font is used. | 
| Digital | A digital readout font is used. The Label.Font properties such as size and font style are used as well except the font name is ignored. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LabelType
 
     
     
     
    