FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DView Class / Ceiling Property

In This Topic
    Ceiling Property (Chart3DView)
    In This Topic
    Gets the Chart3DProject object for ceiling. The projection of contours and zones onto the z=zmax plane. This property is used only in surface charts.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ceiling As Chart3DProjection
    public Chart3DProjection Ceiling {get;}
    See Also