Tests whether the map area is custom.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute(true)]
public bool IsCustom { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<DefaultValueAttribute(True)> _
Public Property IsCustom As Boolean
	Get
	Set

Remarks

Custom maps are not associated with chart elements and data.

See Also