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


In This Topic
    CreateNewInstance Method (ChartShape)
    In This Topic
    Creates a new instance of ChartShape class.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateNewInstance() As ChartShape
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As ChartShape
     
    value = instance.CreateNewInstance()
    protected abstract ChartShape CreateNewInstance()
    See Also