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

    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