ASP.NET Core MVC コントロールヘルプ
SupportGestures<T,TControl,TBuilder> メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartGesturesExtension クラス : SupportGestures<T,TControl,TBuilder> メソッド
The type of data.
The type of the chart.
The builder type for the chart.
The builder for the chart.
The builder for the ChartGestures object.
Apply the ChartGestures extender in the chart which inherits from FlexChartCore.
シンタックス
'宣言
 
Public Shared Function SupportGestures
    (Of T,TControl As FlexChartCore(Of T),
     TBuilder As FlexChartCoreBuilder(Of T,TControl,TBuilder))( _
   ByVal chartBuilder As FlexChartCoreBuilder(Of T,TControl,TBuilder), _
   ByVal chartGestureBuilder As System.Action(Of ChartGesturesBuilder(Of T)) _
) As FlexChartCoreBuilder(Of T,TControl,TBuilder)
public static FlexChartCoreBuilder<T,TControl,TBuilder> SupportGestures<T,TControl,TBuilder>( 
   FlexChartCoreBuilder<T,TControl,TBuilder> chartBuilder,
   System.Action<ChartGesturesBuilder<T>> chartGestureBuilder
)
where TControl: FlexChartCore<T>
where TBuilder: FlexChartCoreBuilder<T,TControl,TBuilder>

パラメータ

chartBuilder
The builder for the chart.
chartGestureBuilder
The builder for the ChartGestures object.

型パラメータ

T
The type of data.
TControl
The type of the chart.
TBuilder
The builder type for the chart.

戻り値の型

Current builder.
参照

ChartGesturesExtension クラス
ChartGesturesExtension メンバ