Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartControl Class / InteractivityStyle Property


In This Topic
    InteractivityStyle Property (NChartControl)
    In This Topic
    The interactive style associated with the control.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron Chart for .NET")>
    <System.ComponentModel.DescriptionAttribute("Interactive style")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property InteractivityStyle As NInteractivityStyle
    'Usage
     
    
    Dim instance As NChartControl
    Dim value As NInteractivityStyle
     
    instance.InteractivityStyle = value
     
    value = instance.InteractivityStyle
    [System.ComponentModel.Category("Nevron Chart for .NET")]
    [System.ComponentModel.Description("Interactive style")]
    [System.ComponentModel.Editor(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public NInteractivityStyle InteractivityStyle {get; set;}
    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