[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DIrGridData.ColumnDeltaArray

ColumnDeltaArray Property

ColumnDeltaArray

Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset.

Declaration
[C1Description("Chart3DIrGridData.ColumnDeltaArray", "The array which indicates the amounts of space between a data value and its neighboring column in grid dataset.")]
public double[] ColumnDeltaArray { get; set; }
<C1Description("Chart3DIrGridData.ColumnDeltaArray", "The array which indicates the amounts of space between a data value and its neighboring column in grid dataset.")>
Public Property ColumnDeltaArray As Double()