Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesInteractivity Class / DefaultCustomMapAttributes Property


In This Topic
    DefaultCustomMapAttributes Property
    In This Topic
    Specifies the default cusom image map area attributes applied to the serie data items.
    Syntax
    'Declaration
     
    <CategoryAttribute("Custom Image Map Attributes")>
    <DescriptionAttribute("Specifies the default cusom image map area attributes applied to the serie data items.")>
    Public Property DefaultCustomMapAttributes As String
    'Usage
     
    Dim instance As SeriesInteractivity
    Dim value As String
     
    instance.DefaultCustomMapAttributes = value
     
    value = instance.DefaultCustomMapAttributes
    [Category("Custom Image Map Attributes")]
    [Description("Specifies the default cusom image map area attributes applied to the serie data items.")]
    public string DefaultCustomMapAttributes {get; set;}
    Remarks
    The script defined by this property is injected in the generated image map when the CustomMapAreaAttributesMode is set to Default.
    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