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


In This Topic
    CustomMapAreaAttributesMode Property
    In This Topic
    Controls the Custom Map Area Script mode
    Syntax
    'Declaration
     
    <CategoryAttribute("Custom Image Map Attributes")>
    <DescriptionAttribute("Controls the Custom Map Area Script mode.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CustomMapAreaAttributesMode As SeriesCustomMapAreaAttributesMode
    'Usage
     
    Dim instance As SeriesInteractivity
    Dim value As SeriesCustomMapAreaAttributesMode
     
    instance.CustomMapAreaAttributesMode = value
     
    value = instance.CustomMapAreaAttributesMode
    [Category("Custom Image Map Attributes")]
    [Description("Controls the Custom Map Area Script mode.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SeriesCustomMapAreaAttributesMode CustomMapAreaAttributesMode {get; set;}
    Remarks
    By default set to SeriesCustomMapAreaAttributesMode.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