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


ShowEditor() Method
Shows a properties dialog allowing you to visually edit the View properties.
Syntax
'Declaration
 
Public Overloads Function ShowEditor() As Boolean
 
'Usage
 
Dim instance As View
Dim value As Boolean
 
value = instance.ShowEditor()

Return Value

true if the user clicked the OK button, otherwise false
Remarks
The function will return true if the user pressed the Ok button.
Example
The following example shows an View properties dialog and refreshes the chart.
nViewProps.ShowDialog()
ChartControl.Refresh()
nViewProps.ShowDialog();
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