IChart > Chart Assembly Interfaces > IScene3DHullDataSource
The IScene3DHullDataSource interface contains properties and methods that are used to determine a data source and its parameters for a closed surface.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of points specified for creating a surface. |
![]() |
PointColor | The PointColor property determines a point color. |
![]() |
PointCoordinate | The PointCoordinate property determines point coordinates. |
![]() |
PointName | The PointName property determines a point name. |
![]() |
PointRadius | The PointRadius property determines a radius of a point (sphere). |
Method name | Brief description | |
![]() |
AddPoint | The AddPoint method adds a new point. |
![]() |
DeletePoint | The DeletePoint method deletes the point specified by its index. |
See also: