ActiveReports Developer 7
IsDesignMode Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : IsDesignMode Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property IsDesignMode As System.Boolean
C# 
public System.bool IsDesignMode {get; set;}

See Also