ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / IsDesignMode Property



In This Topic
    IsDesignMode Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property IsDesignMode As Boolean
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As Boolean
     
    value = instance.IsDesignMode
    protected bool IsDesignMode {get;}
    protected:
    property bool IsDesignMode {
       bool get();
    }
    See Also