[]
Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset.
[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()