'宣言 Public Shared Function AddAnnotationLayer(Of T)( _ ByVal flexChartBuilder As FlexChartBuilder(Of T), _ ByVal annotationLayerBuilder As System.Action(Of AnnotationLayerBuilder(Of T)) _ ) As FlexChartBuilder(Of T)
public static FlexChartBuilder<T> AddAnnotationLayer<T>( FlexChartBuilder<T> flexChartBuilder, System.Action<AnnotationLayerBuilder<T>> annotationLayerBuilder )
パラメータ
- flexChartBuilder
- 指定されたFlexChartビルダ。
- annotationLayerBuilder
- 指定されたannotationlayerビルダ
型パラメータ
- T