ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotChart Class / OnVisibleChanged Method
System.EventArgs that provides the event data.

In This Topic
    OnVisibleChanged Method (FlexPivotChart)
    In This Topic
    Overridden to update the chart when it becomes visible.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnVisibleChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnVisibleChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that provides the event data.
    See Also