ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public Shared Function AddAnnotationLayer(Of T)( _
       ByVal financialChartBuilder As FinancialChartBuilder(Of T), _
       ByVal annotationLayerBuilder As System.Action(Of AnnotationLayerBuilder(Of T)) _
    ) As FinancialChartBuilder(Of T)
    'Usage
     
    
    Dim financialChartBuilder As FinancialChartBuilder(Of T)
    Dim annotationLayerBuilder As System.Action(Of AnnotationLayerBuilder(Of T))
    Dim value As FinancialChartBuilder(Of T)
     
    value = FinanceAnnotationExtension.AddAnnotationLayer(Of T)(financialChartBuilder, annotationLayerBuilder)
    [System.Runtime.CompilerServices.Extension()]
    public static FinancialChartBuilder<T> AddAnnotationLayer<T>( 
       FinancialChartBuilder<T> financialChartBuilder,
       System.Action<AnnotationLayerBuilder<T>> annotationLayerBuilder
    )
    public function AddAnnotationLayer( 
        financialChartBuilder: FinancialChartBuilder;
        annotationLayerBuilder: System.Action
    ): FinancialChartBuilder; static; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public static function AddAnnotationLayer( 
       financialChartBuilder : FinancialChartBuilder,
       annotationLayerBuilder : System.Action
    ) : FinancialChartBuilder;
    [System.Runtime.CompilerServices.Extension()]
    public: static FinancialChartBuilder<T*>* AddAnnotationLayer<T>( 
       FinancialChartBuilder<T*>* financialChartBuilder,
       System.Action<AnnotationLayerBuilder<T*>*>* annotationLayerBuilder
    ) 
    [System.Runtime.CompilerServices.Extension()]
    public:
    static FinancialChartBuilder<T^>^ AddAnnotationLayergeneric<typename T>
    ( 
       FinancialChartBuilder<T^>^ financialChartBuilder,
       System.Action<AnnotationLayerBuilder<T^>^>^ annotationLayerBuilder
    ) 

    Parameters

    financialChartBuilder
    the specified financialChart builder.
    annotationLayerBuilder
    the specified annotationlayer builder

    Type Parameters

    T
    See Also