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


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

Reference

LightModel Class
LightModel Members
Overload List