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

In This Topic
    IsShaded Property
    In This Topic
    Determines whether surface or bar charts use shading. Set this property to true to display surfaces and bars as a flat shade of color.
    Syntax
    'Declaration
     
    Public Property IsShaded As System.Boolean
    public System.bool IsShaded {get; set;}
    Remarks
    Only for bar and surface charts.
    See Also