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), that returns an object of the Chart3DSeriesClickEventArgs class.

Comments

This interface works only with uniform collections of graphic objects (collection of planes, collection of spheres, collection of surfaces 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 graphical objects, included in the selection.

See also:

Chart Assembly Interfaces