FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DElevation Class / ShadedTopColor Property

In This Topic
    ShadedTopColor Property (Chart3DElevation)
    In This Topic
    Gets or sets the top color of a shaded surface.
    Syntax
    'Declaration
     
    Public Property ShadedTopColor As Color
    public 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