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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartAnimationExtension クラス : ShowAnimation<T,TControl,TChartBuilder> メソッド
The type of data.
The type of the chart control which inherits from FlexChartBase.
The type of the chart builder which inherits from FlexChartBaseBuilder.
The specified chart builder.
The action to set the ChartAnimation.
Apply the ChartAnimation extender in the chart.
シンタックス
'宣言
 
Public Shared Function ShowAnimation
    (Of T,TControl As {FlexChartBase(Of T), IAnimatable},
     TChartBuilder As FlexChartBaseBuilder(Of T,TControl,TChartBuilder))( _
   ByVal chartBuilder As FlexChartBaseBuilder(Of T,TControl,TChartBuilder), _
   Optional ByVal animationBuilder As System.Action(Of ChartAnimationBuilder(Of T)) _
) As TChartBuilder
public static TChartBuilder ShowAnimation<T,TControl,TChartBuilder>( 
   FlexChartBaseBuilder<T,TControl,TChartBuilder> chartBuilder,
   System.Action<ChartAnimationBuilder<T>> animationBuilder
)
where TControl: FlexChartBase<T>, IAnimatable
where TChartBuilder: FlexChartBaseBuilder<T,TControl,TChartBuilder>

パラメータ

chartBuilder
The specified chart builder.
animationBuilder
The action to set the ChartAnimation.

型パラメータ

T
The type of data.
TControl
The type of the chart control which inherits from FlexChartBase.
TChartBuilder
The type of the chart builder which inherits from FlexChartBaseBuilder.

戻り値の型

Current builder.
参照

ChartAnimationExtension クラス
ChartAnimationExtension メンバ