Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / Factory Class / CreateEmptyChart Method


In This Topic
    CreateEmptyChart Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function CreateEmptyChart() As IGraphicAssociatedObject
    'Usage
     
    
    Dim instance As Factory
    Dim value As IGraphicAssociatedObject
     
    value = instance.CreateEmptyChart()
    protected override IGraphicAssociatedObject CreateEmptyChart()
    See Also