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

In This Topic
    IsShaded Property (Chart3DElevation)
    In This Topic
    Gets or sets a value indicating whether surface or bar charts use shading.
    Syntax
    'Declaration
     
    Public Property IsShaded As Boolean
    public bool IsShaded {get; set;}
    Remarks
    Relevant only for bar and surface charts. Set this property to true to display surfaces and bars as a flat shade of color.
    See Also