'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;}