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

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

    Parameters

    flexChartBuilder
    the specified flexchart builder.
    annotationLayerBuilder
    the specified annotationlayer builder

    Type Parameters

    T
    See Also