3D Line Graph

The 3D Line graph or series is used to represent data as a ribbon-like
three-dimensional line curve. It has two mandatory
series components, Position
and Value. The data in these two components respectively specify the positions and values of
the series pieces. It also has an optional component called LabelMember
whose data may be used as the mark labels for the series pieces.
Each pair of data in the two mandatory series components may be optionally
represented as a point on the line. The Points
property determines the appearance of the points on the line.
If the Stairs property is set to true, the series will be drawn as
a stair-like ribbon.
See Also
|