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

    The point markers in a radar point series or the series can be assigned a border, fill effect, shape, size, and a depth. Assigning null for a border or fill effect indicates that the property is unset. Size is measured in model units. Depth is measured relative to the plot area depth (0 = no depth, 1 = depth of plot area).

    Each point has a single data value: y. Each point is visualized as a point marker. You can also specify individual point marker borders and fill effects for each data point.

    The point chart can be a radar plot such as the one shown in this figure:

    Point Chart, example of radar plot

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