Line Point Graph

The Line Point graph or series is used to represent a two-dimensional data set. It has two mandatory
series
components, Position
and Value. Each pair of data in these two components are represented in
the graph as a point with one vertical line and one horizontal line. The series also has an optional component called LabelMember
whose data may be used as the mark labels for the series
pieces.
The appearance of the points, horizontal lines, and vertical lines are
determined by the Points,
HorizLinePen, and VertlinePen properties, respectively.The UseXOrigin property determines whether to use the OriginX property
to determine the start position of the horizontal lines. If this property is
set to false, the origin of the horizontal axis will be used as the start
position of the horizontal lines. The UseYOrigin property determines whether to use the OriginY property
to determine the start position of the vertical lines. If this property is
set to false, the origin of the vertical axis will be used as the start position
of the vertical lines.
See Also
|