Xceed Chart for WinForms v4.4 Documentation
CustomMapAreaAttributesMode Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesInteractivity Class : CustomMapAreaAttributesMode Property
Controls the Custom Map Area Script mode
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Custom Image Map Attributes")>
<DescriptionAttribute("Controls the Custom Map Area Script mode.")>
Public Property CustomMapAreaAttributesMode As SeriesCustomMapAreaAttributesMode
'Usage
 
Dim instance As SeriesInteractivity
Dim value As SeriesCustomMapAreaAttributesMode
 
instance.CustomMapAreaAttributesMode = value
 
value = instance.CustomMapAreaAttributesMode
[DefaultValue()]
[Category("Custom Image Map Attributes")]
[Description("Controls the Custom Map Area Script mode.")]
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

Reference

SeriesInteractivity Class
SeriesInteractivity Members