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]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(false)]
public bool IsZoned { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(False)> _
Public Property IsZoned As Boolean
	Get
	Set

See Also