Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / Fill Property


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