FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Design Namespace / FlexPieDesigner Class / OnMouseDragMove Method

In This Topic
    OnMouseDragMove Method (FlexPieDesigner)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseDragMove( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected virtual void OnMouseDragMove( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also