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


In This Topic
    CustomMapAreaAttributes Property (Interactivity)
    In This Topic
    A custom script to be injected in the map area attributes generating by the component.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("A custom script to be injected in the mouse move event when the component is generating an image map response.")>
    Public Property CustomMapAreaAttributes As String
    'Usage
     
    Dim instance As Interactivity
    Dim value As String
     
    instance.CustomMapAreaAttributes = value
     
    value = instance.CustomMapAreaAttributes
    [Category("General")]
    [Description("A custom script to be injected in the mouse move event when the component is generating an image map response.")]
    public string CustomMapAreaAttributes {get; set;}
    Remarks
    You must use the same scripting language (VBScript or JScript) as the image map.
    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