Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / Shadow Property


In This Topic
    Shadow Property (IChartFormat)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Drawing.IShadowFormat object that contains shadow formatting properties for the chart element.
    Syntax
    'Declaration
     
    ReadOnly Property Shadow As IShadowFormat
    'Usage
     
    Dim instance As IChartFormat
    Dim value As IShadowFormat
     
    value = instance.Shadow
    IShadowFormat Shadow {get;}
    See Also