| Object Reference > Chart3DData Object > Chart3DData Object Properties > RowDelta Property (Chart3DData) |
RowDelta Property (Chart3DData)
Indicates the amount of space between a data value and its neighboring row. RowDelta is indexed by an Integer, Row. Set a new RowDelta by specifying the Row index (the row you want to change) and setting the new value. Note that if the Layout property is set to oc3dDataGrid, this property has only one value.
Property RowDelta(Row As Long) As Double
See Also