Whether the built-in interaction is enabled.

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

Syntax

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

See Also