ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DProjection Class / IsContoured Property

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