The IScene3DSeriesClickEventArgs interface returns description of graphic objects, for which the OnSeriesDoubleClick event has occurred (double-clicking a scene series on the form), that returns an object of the Chart3DSeriesClickEventArgs class.
This interface works only with uniform collections of graphic objects (planes collection, spheres collection, surfaces collection, and so on).
Property name | Brief description | |
PointName | The PointName property returns the name of the selected graphic object point. | |
PointsCount | The PointsCount property returns the number of selected points. | |
SerieName | The SerieName property returns the name of a selected graphic object. | |
SeriesCount | The SeriesCount property returns the number of graphic objects included in the selection. |
See also: