FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DIrGridData Class / RowDeltaArray Property

In This Topic
    RowDeltaArray Property (Chart3DIrGridData)
    In This Topic
    Gets or sets the array which indicates the amounts of space between a data value and its neighboring row in grid dataset.
    Syntax
    'Declaration
     
    Public Property RowDeltaArray As Double()
    public double[] RowDeltaArray {get; set;}
    See Also