Axis.MapAreaAttributes Property

.NET Framework (current version)
 

Gets or sets the map area attributes of an axis.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract MapAreaAttributes : string with get, set
[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override MapAreaAttributes : string with get, set

Property Value

Type: System.String

A string value that represents the map area attributes of an axis.

A client side image map will automatically be created if you set the MapAreaAttributes property.

A map area will be created with the attribute string appended to the <MAP> tag that corresponds to the Axis object for which this property is set.

.NET Framework
Available since 4.0
Return to top
Show: