ComponentOne ScatterChart for ASP.NET Web Forms
ScatterChart Fundamentals / ScatterChart Appearance
In This Topic
    ScatterChart Appearance
    In This Topic

    The appearance of C1ScatterChart can be customized by changing the shape of data points of a particular C1ScatterChartSeries. Rather than displaying circular points for a series, you can show triangles, inverted triangles, boxes, diamonds or crosses.

    To change the shape of the default circular data point at design time:

    1. Click SeriesList from the C1ScatterChart Tasks menu. The ScatterChartSeries Collection Editor appears.
    2. Expand Appearance and set the MarkerType property to Circle, Tri, InvertedTri, Box, Diamond, or Cross.
    3. Click OK to close and save the changes. The shape for the specified ScatterChartSeries will be updated on the C1ScatterChart.