ActiveReports.Chart Request technical support
IsDesignMode Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property IsDesignMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim value As Boolean
 
instance.IsDesignMode = value
 
value = instance.IsDesignMode
C# 
public bool IsDesignMode {get; set;}

See Also