Gets or sets whether the chart is zoned.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

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

Remarks

If True, projected contours are drawn regardless of the value of the IsZoned property of the Contour object.

See Also