ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / IsDesignMode Property

In This Topic
    IsDesignMode Property
    In This Topic

    Gets a value that indicates whether the Chart is currently in design mode.

    Syntax
    'Declaration
     
    Public Property IsDesignMode As Boolean
    public bool IsDesignMode {get; set;}

    Property Value

    true if this instance is design mode; otherwise, false.
    See Also