The Chart3DSeriesClickEventArgs class returns description of graphic objects for which the OnSeriesDoubleClick event has occurred (double click on a scene series on the form).
| 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 graphical objects, included in the selection. |
See also: