Chart3DSerieClickArg

Description

The Chart3DSerieClickArg class returns description of graphic objects, for which the OnSeriesClick event has occurred (double-click on a scene series in the regular report), that is generated by the IPrxScene3D.DoSerieClick method.

Class object properties inherited from IScene3DSeriesClickArgs

  Property name Brief description
PointName The PointName property returns the name of the selected series point.
PointsCount The PointsCount property returns the number of selected points.
SerieName The SerieName property returns the name of the selected scene series.
SeriesCount The SeriesCount property returns the number of selected series.

See also:

Chart Assembly Classes