2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ShowProperties Method / ShowProperties(PropertyPageFlags) Method
Specifies PropertyPageFlags combinations that limit available properties.

In This Topic
    ShowProperties(PropertyPageFlags) Method
    In This Topic
    Raises the customized chart properties dialog at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function ShowProperties( _
       ByVal ppf As PropertyPageFlags _
    ) As System.Windows.Forms.DialogResult
    public System.Windows.Forms.DialogResult ShowProperties( 
       PropertyPageFlags ppf
    )

    Parameters

    ppf
    Specifies PropertyPageFlags combinations that limit available properties.

    Return Value

    DialogResult
    See Also