ComponentOne 3D Chart for WinForms
3D Chart Fundamentals / Meshed and Shaded Charts / Adding Colors to the Meshed and Shaded Charts
In This Topic
    Adding Colors to the Meshed and Shaded Charts
    In This Topic

    When the IsShaded and the IsMeshed properties are both set to True you can add distinct colors to the top and bottom for the meshed and shaded charts for the 3D Bar or Surface type.

    The MeshTopColor and MeshBottomColor properties set the top and bottom colors for the Surface charts and set the top colors for the Bar charts.

    In this example the MeshTopColor and MeshBottomColor are set to DarkRed and DarkBlue colors to distinguish between the top and bottom surface of the meshed part of the Surface and Bar charts. Also the ShadedTopColor and ShadedBottomColor are set to MistyRose and LightBlue to distinguish between the top and bottom surface of the shaded part of the Surface and Bar charts.

    Surface Example Bar Example
    Note: In the Bar chart above, the colors for the MeshBottomColor and the ShadedBottomColor properties are not visible on the bottom surface because of the Bar chart's present rotation.
    See Also