Nevron .NET Vision
Nevron.GraphicsCore Namespace / NInteractivityStyle Class
Members


In This Topic
    NInteractivityStyle Class
    In This Topic
    Controls the properties related to the interactivity behavior of the object it is attached to. These properties include tooltips, mouse cursor and URL to redirect the browser to when the user clicks on the chart image map (this feature is supported only by the Nevron Chart for .NET server control when generating HTML image maps).
    Object Model
    NInteractivityStyle Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.SerializableAttribute()>
    Public Class NInteractivityStyle 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, INHtmlMapAreaAttribute, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NInteractivityStyle
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Serializable()]
    public class NInteractivityStyle : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, INHtmlMapAreaAttribute, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.GraphicsCore.NInteractivityStyle

    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