ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.Fluent Namespace / FinanceAnnotationExtension Class / AddAnnotationLayer<T> Method
the specified financialChart builder.
the specified annotationlayer builder

In This Topic
    AddAnnotationLayer<T> Method (FinanceAnnotationExtension)
    In This Topic
    Apply the AnnotationLayer extender in FinancialChart.
    Syntax
    'Declaration
     
    Public Shared Function AddAnnotationLayer(Of T)( _
       ByVal financialChartBuilder As FinancialChartBuilder(Of T), _
       ByVal annotationLayerBuilder As Action(Of AnnotationLayerBuilder(Of T)) _
    ) As FinancialChartBuilder(Of T)
    public static FinancialChartBuilder<T> AddAnnotationLayer<T>( 
       FinancialChartBuilder<T> financialChartBuilder,
       Action<AnnotationLayerBuilder<T>> annotationLayerBuilder
    )

    Parameters

    financialChartBuilder
    the specified financialChart builder.
    annotationLayerBuilder
    the specified annotationlayer builder

    Type Parameters

    T
    See Also