Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ShowChartDesigner Method


In This Topic
    ShowChartDesigner Method
    In This Topic
    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