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

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

Reference

FinanceAnnotationExtension Class
FinanceAnnotationExtension Members