ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / PreviewMethodEnum Enumeration

In This Topic
    PreviewMethodEnum Enumeration
    In This Topic
    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
    public enum PreviewMethodEnum : 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