Gets or sets whether the chart is contoured.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(false)] [XmlAttributeAttribute] public bool IsContoured { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(False)> _ <XmlAttributeAttribute> _ Public Property IsContoured As Boolean Get Set |