Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / Interactivity Class
Members


In This Topic
    Interactivity Class
    In This Topic
    Controls the properties related with 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 Xceed Chart for WinForms server control when generating HTML image maps).
    Object Model
    Interactivity Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Standard.BrowseablePropertyConverter)>
    <SerializableAttribute()>
    Public Class Interactivity 
    'Usage
     
    Dim instance As Interactivity
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Standard.BrowseablePropertyConverter)]
    [Serializable()]
    public class Interactivity 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Standard.Interactivity

    Public Constructors
     NameDescription
    Public ConstructorInitializes an empty Interactivity object.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe cursor type when the mouse is over the object.  
    Public PropertyA custom script to be injected in the map area attributes generating by the component.  
    Public PropertyWhether or not to open a new window to show the specified URL Page.  
    Public PropertyThe tooltip of the object when the mouse passes over it.  
    Public PropertyThe URL to redirect the browser to when the user clicks on the object.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of the object  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public Method  
    Top
    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