ComponentOne 3D Chart for WinForms
3D Contour Styles / Contour Styles Fill Colors
In This Topic
    Contour Styles Fill Colors
    In This Topic

    The Chart3DContourStyles object has two properties that allow for easy manipulation of the contour styles fill color: the Colors property, and the ColorSet property. When the ColorSet property is set to Custom the fill colors for all contour styles is generated automatically using smooth transitions through colors defined in the Colors collection property. When the ColorSet property is set to one of the predefined values (Rainbow, RevRainbow, BlackWhite, WhiteBlack) the fill colors are generated using one of these predefined colors collections.

    The following table displays the ColorSet values for Rainbow and BlackWhite in the Surface 3D Chart:

    ColorSet is Rainbow

    ColorSet is BlackWhite

    See Also