LabelType Enumeration
Specifies the label type used with labels.
Syntax
'Declaration Public Enum LabelType Inherits System.Enum
'Usage Dim instance As LabelType
public enum LabelType : System.Enum
Members
Member | Description |
---|---|
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. |
UseFont | The default label behavior where the Label.Font font is used. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.LabelType
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also