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

Specifies a Rectangle reference that provides and returns the properties dialog location in screen coordinates.

Specifying an empty rectangle will center the properties dialog relative to the chart parent window.

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

    Parameters

    ppf
    Specifies PropertyPageFlags combinations that limit available properties.
    rect

    Specifies a Rectangle reference that provides and returns the properties dialog location in screen coordinates.

    Specifying an empty rectangle will center the properties dialog relative to the chart parent window.

    Return Value

    DialogResult
    Remarks

    The properties dialog allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.

    The properties dialog will always be displayed with a minimum size.

    See Also