'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.