[]
Apply the AnnotationLayer extender in FinancialChart.
public static FinancialChartBuilder<T> AddAnnotationLayer<T>(this FinancialChartBuilder<T> financialChartBuilder, Action<AnnotationLayerBuilder<T>> annotationLayerBuilder)
Public Shared Function AddAnnotationLayer(Of T)(financialChartBuilder As FinancialChartBuilder(Of T), annotationLayerBuilder As Action(Of AnnotationLayerBuilder(Of T))) As FinancialChartBuilder(Of T)
| 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 |