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

    The Chart3DContourStyle Collection Editor is used for editing each contour level's style such as their fill color and line style.

    To access the Chart3DContourStyle 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 expand the ContourStyles node and click on the ellipsis button next to the Styles property. The Chart3DContourStyle Collection Editor opens.

    Properties available in the Chart3DContourStyle Collection Editor

    The following properties are available for the user in the Chart3DContourStyle Collection Editor at design time or they can be used in the Chart3DContourStyles class at run time:

    Members Description
    FillColor Gets or sets zone fill color.
    LineStyle Gets or sets the line style for drawing contours.
    Color Gets or sets the color of a plotted line.
    Pattern Gets or sets the pattern of a plotted line.
    Thickness Gets or sets the thickness of a plotted line.
    See Also