Spread Windows Forms 17
Spread Windows Forms 17.0 Product Documentation / Developer's Guide / Chart Control / Understanding Charts / Plot Types / XYZ Plot Types / XYZ Line Charts
In This Topic
    XYZ Line Charts
    In This Topic

    The point chart can be an XYZ plot such as the one shown in this figure.

    Point Chart, example of XYZ plot

    The point markers in an XYZ series or the series can be assigned a border, fill effect, shape, and a size. Settings at the point level have precedence.

    Each point in an XYZ point series has three data values: x, y, and z. Each point is visualized as point marker. Assigning null for a border or fill effect indicates that the property is unset. Size is measured in model units.

    For more information on the point series object in the API, refer to the XYZLineSeries class.