Enumerates the label position types.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum LabelPosition  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration LabelPosition  | 
| Visual C++ | 
|---|
public enum class LabelPosition  | 
Members
| Member name | Description | |
|---|---|---|
| Near | Specifies the near position.  | |
| Center | Specifies the center position.  | |
| Far | Specifies the far position.  |