2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / Interaction Property

In This Topic
    Interaction Property
    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