ComponentOne FlexReport for WinForms
Chart3DAnnoPosition Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DAnnoPosition Enumeration
Specifies which axes edges of the plot cube will have annotations.
Syntax
'Declaration
 
Public Enum Chart3DAnnoPosition 
   Inherits System.Enum
public enum Chart3DAnnoPosition : System.Enum 
Members
MemberDescription
BothThe axis on both sides of the plot cube will be annotated.
FarThe axis on the far side of the plot cube will be annotated.
NearThe axis on the near side of the plot cube will be annotated.
NoneThe axis is not annotated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.Chart3DAnnoPosition

See Also

Reference

C1.Win.FlexReport.Chart Namespace