Use the members of this enumeration to determine which axes edges of the plot cube will have annotations.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum AnnoPositionEnum
Visual Basic
Public Enumeration AnnoPositionEnum

Members

Member nameValueDescription
Both0 The axis on both sides of the plot cube will be annotated.
Near1 The axis on the near side of the plot cube will be annotated.
Far2 The axis on the far side of the plot cube will be annotated.
None3 The axis is not annotated.

See Also