Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / InteractivityOperation Class / Active Property


In This Topic
    Active Property
    In This Topic
    Indicates whether the interactivity operation is active.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Indicates whether the interactivity operation is active.")>
    <DefaultValueAttribute(True)>
    Public Property Active As Boolean
    'Usage
     
    Dim instance As InteractivityOperation
    Dim value As Boolean
     
    instance.Active = value
     
    value = instance.Active
    [Category("General")]
    [Description("Indicates whether the interactivity operation is active.")]
    [DefaultValue(true)]
    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