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


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

    Property Value

    The glow effect adds a vibrant colored edge to graphics.
    See Also