Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / ShowEditor Method / ShowEditor() Method
Example


In This Topic
    ShowEditor() Method
    In This Topic
    Shows a fill effect dialog allowing you to visually edit the fill effect properties.
    Syntax
    'Declaration
     
    Public Overloads Function ShowEditor() As Boolean
    'Usage
     
    Dim instance As FillEffect
    Dim value As Boolean
     
    value = instance.ShowEditor()
    public bool ShowEditor()
    Remarks
    The function will return true if the user pressed the Ok button.
    Example
    The following example shows a fill effect dialog and refreshes the chart.
    someFillEffect.ShowEditor()
    ChartControl.Refresh()
    someFillEffect.ShowEditor();
    ChartControl.Refresh();
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also