IScene3DSeriesClickEventArgs

Description

The IScene3DSeriesClickEventArgs interface returns description of graphic objects, for which the OnSeriesDoubleClick event has occurred (double-clicking a scene series on the form), which is returned by an object of the Chart3DSeriesClickEventArgs class.

Comments

This interface works only with uniform collections of graphic objects (planes collection, spheres collection, surfaces collection, and so on).

Properties

  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:

Chart Assembly Interfaces