2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ShowVisualEffectsEditor Method / ShowVisualEffectsEditor(Rectangle) Method

Specifies a Rectangle reference that provides and returns the VisualEffects Editor location in screen coordinates.

Specifying an empty rectangle will place the editor on the edge of the chart it is editing. Note that the editor is fixed in size.

In This Topic
    ShowVisualEffectsEditor(Rectangle) Method
    In This Topic
    Raises the VisualEffects Editor dialog at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function ShowVisualEffectsEditor( _
       ByRef rect As System.Drawing.Rectangle _
    ) As System.Windows.Forms.DialogResult
    public System.Windows.Forms.DialogResult ShowVisualEffectsEditor( 
       ref System.Drawing.Rectangle rect
    )

    Parameters

    rect

    Specifies a Rectangle reference that provides and returns the VisualEffects Editor location in screen coordinates.

    Specifying an empty rectangle will place the editor on the edge of the chart it is editing. Note that the editor is fixed in size.

    Return Value

    DialogResult
    See Also