C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / LegendTypeEnum Enumeration

LegendTypeEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DLegend.Type property in the Chart3DLegend class.
Syntax
'Declaration
 
Public Enum LegendTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
ContinuousLevel printed at the division between two adjacent zones.
SteppedRange printed for each zone.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.LegendTypeEnum

See Also