[]
Apply the AnnotationLayer extender in FinancialChart.
public static FinancialChartBuilder<T> AddAnnotationLayer<T>(this FinancialChartBuilder<T> financialChartBuilder, Action<AnnotationLayerBuilder<T>> annotationLayerBuilder)
| Type | Name | Description |
|---|---|---|
| FinancialChartBuilder<T> | financialChartBuilder | the specified financialChart builder. |
| Action<AnnotationLayerBuilder<T>> | annotationLayerBuilder | the specified annotationlayer builder |
| Type | Description |
|---|---|
| FinancialChartBuilder<T> |
| Name | Description |
|---|---|
| T |