ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DElevation Class / ShadedTopColor Property

In This Topic
    ShadedTopColor Property
    In This Topic
    The top color of the shaded surface.
    Syntax
    'Declaration
     
    Public Property ShadedTopColor As System.Drawing.Color
    public System.Drawing.Color ShadedTopColor {get; set;}
    Remarks
    For bar charts, this color is used for bars with a value greater than that specified by the Chart3DBar Origin property.
    See Also