Xceed Chart for WinForms v4.4 Documentation
ShowEditor() Method
Example 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > ChartText Class > ShowEditor Method : ShowEditor() Method
Shows a text properties dialog allowing you to visually edit the text properties.
Syntax
'Declaration
 
Public Overloads Function ShowEditor() As Boolean
'Usage
 
Dim instance As ChartText
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 text properties dialog and refreshes the chart.
someTextProps.ShowEditor()
ChartControl.Refresh()
someTextProps.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

Reference

ChartText Class
ChartText Members
Overload List