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

PreviewMethodEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DView.PreviewMethod property in the Chart3DView class.
Syntax
'Declaration
 
Public Enum PreviewMethodEnum 
   Inherits System.Enum
 
Members
MemberDescription
PreviewAxesDuring rotating, scaling, or zooming action only the axes of the chart will be redrawn.
PreviewFullDuring rotating, scaling, or zooming action the entire chart will be redrawn.
Inheritance Hierarchy

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

See Also