ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TrendLineTagHelper Class / GetObjectInstance Method

In This Topic
    GetObjectInstance Method (TrendLineTagHelper)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       ByVal parent As Object _
    ) As TrendLine(Of Object)
    protected virtual TrendLine<object> GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also