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

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