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

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

    To access the Chart3DContourLevel 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, expand Group0, and then expand the Contours node and click on the ellipsis button next to the Levels property. The Chart3DContourLevel Collection Editor opens.

    Properties available in the Chart3DContourLevel Collection Editor

    The following properties are available for the user in the Chart3D ContourLevel Collection Editor at design time or they can be used in the Chart3DContourLevel class at run-time:

    Members Description
    Level Gets or sets the level value.
    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