ComponentOne ASP.NET MVC Controls
AddAnnotationLayer<T> Method (AnnotationLayerExtension)

C1.Web.Mvc.Fluent Namespace > AnnotationLayerExtension Class : AddAnnotationLayer<T> Method
the specified flexchart builder.
the specified annotationlayer builder
Apply the AnnotationLayer extender in FlexChart.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function AddAnnotationLayer(Of T)( _
   ByVal flexChartBuilder As FlexChartBuilder(Of T), _
   ByVal annotationLayerBuilder As Action(Of AnnotationLayerBuilder(Of T)) _
) As FlexChartBuilder(Of T)
[Extension()]
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

Reference

AnnotationLayerExtension Class
AnnotationLayerExtension Members