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


In This Topic
    ShowEditor() Method
    In This Topic
    Shows the background editor allowing you to visually edit the background.
    Syntax
    'Declaration
     
    Public Overloads Function ShowEditor() As Boolean
    'Usage
     
    Dim instance As Background
    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 background editor and refreshes the chart.
    nChartControl1.Background.ShowEditor()
    nChartControl1.Refresh()
    nChartControl1.Background.ShowEditor();
    nChartControl1.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