[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FinanceAnnotationExtension.AddAnnotationLayer

AddAnnotationLayer Method

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

Apply the AnnotationLayer extender in FinancialChart.

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

the specified financialChart builder.

Action<AnnotationLayerBuilder<T>> annotationLayerBuilder

the specified annotationlayer builder

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