[]
Apply the AnnotationLayer extender in FlexChart.
public static FlexChartBuilder<T> AddAnnotationLayer<T>(this FlexChartBuilder<T> flexChartBuilder, Action<AnnotationLayerBuilder<T>> annotationLayerBuilder)
Type | Name | Description |
---|---|---|
FlexChartBuilder<T> | flexChartBuilder | the specified flexchart builder. |
Action<AnnotationLayerBuilder<T>> | annotationLayerBuilder | the specified annotationlayer builder |
Type | Description |
---|---|
FlexChartBuilder<T> |
Name | Description |
---|---|
T |