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

In This Topic
    Floor Property
    In This Topic
    Gets the floor object.
    Syntax
    'Declaration
     
    Public Property Floor As Chart3DProjection
    public Chart3DProjection Floor {get; set;}
    Remarks
    The projection of contours and zones onto the z=zmin plane. This property is used only in surface charts.
    See Also