FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DGridLines Class / IsOnXYPlane Property

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