ComponentOne 3D Chart for WinForms
3D Chart Design-Time Support / Chart3D Collection Editors / Chart3DPointSeries Collection Editor
In This Topic
    Chart3DPointSeries Collection Editor
    In This Topic

    The Chart3DPointSeries Collection Editor allows the user to add or remove series for point data layout (Chart3DdataSetPoint class).

    To access the Chart3DPointSeries Collection Editor:

    1. Right-click on the C1Chart3D control and select Properties from its context menu.
    2. In the Properties window, expand the ChartGroups node, then click on the ellipsis button next to the ChartGroupsCollection property. The Chart3DGroup Collection Editor opens.
    3. In the Chart3DGroup Collection Editor, expand the ChartData node, then set the Layout property to PointData.
    4. Expand the Set node, then click on the ellipsis button next to the SeriesCollection property. The Chart3DPointSeries Collection Editor opens.
    See Also