dotnetCHARTING Send comments on this topic.
LabelType Enumeration
See Also  
dotnetCHARTING Namespace : LabelType Enumeration


Specifies the label type used with labels.

Syntax

Visual Basic (Declaration) 
Public Enum LabelType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LabelType
C# 
public enum LabelType : Enum 

Members

MemberDescription
UseFontThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LabelType

See Also

© 2010 All Rights Reserved.