Use the members of this enumeration to determine which axes edges of the plot cube will have annotations.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public enum AnnoPositionEnum |
Visual Basic |
---|
Public Enumeration AnnoPositionEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Both | 0 | The axis on both sides of the plot cube will be annotated. | |
Near | 1 | The axis on the near side of the plot cube will be annotated. | |
Far | 2 | The axis on the far side of the plot cube will be annotated. | |
None | 3 | The axis is not annotated. |