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

In This Topic
    IsOnXYPlane Property
    In This Topic
    Gets or sets whether grid lines are to appear on the XY-plane.
    Syntax
    'Declaration
     
    Public Property IsOnXYPlane As System.Boolean
    public System.bool IsOnXYPlane {get; set;}
    Remarks
    In 2D projections, grid lines are drawn perpendicular to the axis.
    See Also