Xceed Chart for WinForms v4.4 Documentation
Active Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > InteractivityOperation Class : Active Property
Indicates whether the interactivity operation is active.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("Indicates whether the interactivity operation is active.")>
Public Property Active As Boolean
'Usage
 
Dim instance As InteractivityOperation
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
[DefaultValue()]
[Category("General")]
[Description("Indicates whether the interactivity operation is active.")]
public bool Active {get; set;}
Remarks
When set to false the interactivity operation is ignored (not processed). The default value is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InteractivityOperation Class
InteractivityOperation Members