Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / CreateNewInstance Method


In This Topic
    CreateNewInstance Method (SpreadChart)
    In This Topic
    Creates the new instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateNewInstance() As ChartShape
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As ChartShape
     
    value = instance.CreateNewInstance()
    protected override ChartShape CreateNewInstance()
    See Also