Spread Windows Forms 12.0 Product Documentation
ShowChartDesigner Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChart Class : ShowChartDesigner Method
Shows the chart designer.
Syntax
'Declaration
 
Public Overridable Function ShowChartDesigner() As Boolean
'Usage
 
Dim instance As SpreadChart
Dim value As Boolean
 
value = instance.ShowChartDesigner()
public virtual bool ShowChartDesigner()

Return Value

If the chart designer is shown successfully, this function will returns true. Otherwise, returns false.
See Also

Reference

SpreadChart Class
SpreadChart Members