Gets or sets whether projected contours are to be drawn.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [XmlAttributeAttribute] public bool IsContoured { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ <XmlAttributeAttribute> _ Public Property IsContoured As Boolean Get Set |
Remarks
If True, projected contours are drawn regardless of the value of the IsContoured property of the Contour object.