FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DGridData Class / RowDelta Property

In This Topic
    RowDelta Property (Chart3DGridData)
    In This Topic
    Gets or sets the amount of space between a data value and its neighboring row in grid dataset.
    Syntax
    'Declaration
     
    Public Property RowDelta As Double
    public double RowDelta {get; set;}
    See Also