Xceed Chart for WinForms v4.4 Documentation
CustomMapAreaAttributes Property (SeriesInteractivity)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesInteractivity Class : CustomMapAreaAttributes Property
Gives you access to the data series containing the custom image map attributes.
Syntax
'Declaration
 
<CategoryAttribute("Custom Image Map Attributes")>
<DescriptionAttribute("Gives you access to the data series containing the custom image map attributes.")>
Public Property CustomMapAreaAttributes As DataSeries
'Usage
 
Dim instance As SeriesInteractivity
Dim value As DataSeries
 
instance.CustomMapAreaAttributes = value
 
value = instance.CustomMapAreaAttributes
[Category("Custom Image Map Attributes")]
[Description("Gives you access to the data series containing the custom image map attributes.")]
public DataSeries CustomMapAreaAttributes {get; set;}
Remarks
The data series contains String values. The the custom image map attributes are used if the CustomMapAreaAttributesMode property is set to DataPoints. Otherwise the value of DefaultCustomMapAttributes is used.
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