ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / Interaction Property

In This Topic
    Interaction Property (C1Chart3D)
    In This Topic
    Gets the control interaction object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Interaction As Interaction
    public Interaction Interaction {get;}
    Remarks
    The Interaction object controls the automated interactive features of the chart, including mouse driven rotation, scaling, translating and zooming.
    See Also