MapArea.IsCustom Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the map area is custom.

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

[BrowsableAttribute(false)]
public bool IsCustom { get; internal set; }

Property Value

Type: System.Boolean

true if the map area is custom; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: