IsContoured Property (Chart3DProjection)
In This Topic
Gets or sets a value indicating whether projected contours are to be drawn. If True, projected contours are drawn regardless of the value of the IsContoured property of the Chart3DContour object.
Syntax
'Declaration
Public Property IsContoured As Boolean
public bool IsContoured {get; set;}
See Also