FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DProjection Class / IsZoned Property

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