[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AnnotationLayerExtension.AddAnnotationLayer

AddAnnotationLayer Method

AddAnnotationLayer<T>(FlexChartBuilder<T>, Action<AnnotationLayerBuilder<T>>)

Apply the AnnotationLayer extender in FlexChart.

Declaration
public static FlexChartBuilder<T> AddAnnotationLayer<T>(this FlexChartBuilder<T> flexChartBuilder, Action<AnnotationLayerBuilder<T>> annotationLayerBuilder)
Parameters
Type Name Description
FlexChartBuilder<T> flexChartBuilder

the specified flexchart builder.

Action<AnnotationLayerBuilder<T>> annotationLayerBuilder

the specified annotationlayer builder

Returns
Type Description
FlexChartBuilder<T>
Type Parameters
Name Description
T