Shows the chart designer.
public virtual bool ShowChartDesigner()
'Declaration
Public Overridable Function ShowChartDesigner() As Boolean
'Usage
Dim instance As SpreadChart
Dim value As Boolean
value = instance.ShowChartDesigner()
Return Value
If the chart designer is shown successfully, this function will returns true. Otherwise, returns false.