IScene3DDataSource

Description

The IScene3DDataSource interface contains properties to specify a surface data source.

Properties

  Property name Brief description
ArrayX The ArrayX property determines all values along the OX axis.
ArrayY The ArrayY property determines all values along the OY axis.
ColumnCount The ColumnCount property returns the number of column in a data source (along the OX axis).
NewColumn The NewColumn property adds a new column to a data source (value along the OX axis).
NewRow The NewRow property adds a new row into a data source (value along the OY axis).
RowCount The RowCount property returns number of rows in a data source (data along the OY axis).
ValueX The ValueX property changes the value along the OX-axis in the data source.
ValueY The ValueY property changes the value along the OY-axis in the data source.
ValueZ The ValueZ property specifies the value on the OZ-axis in a data source.

See also:

Chart Assembly Interfaces