ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / ShowProperties Method / ShowProperties(PropertyPageFlags,Rectangle) Method

In This Topic
    ShowProperties(PropertyPageFlags,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ShowProperties( _
       ByVal ppf As C1.Win.C1Chart.PropertyPageFlags, _
       ByRef rect As Rectangle _
    ) As DialogResult
    public DialogResult ShowProperties( 
       C1.Win.C1Chart.PropertyPageFlags ppf,
       ref Rectangle rect
    )

    Parameters

    ppf
    rect
    See Also