[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartAnimationExtension.ShowAnimation

ShowAnimation Method

ShowAnimation<T, TControl, TChartBuilder>(FlexChartBaseBuilder<T, TControl, TChartBuilder>, Action<ChartAnimationBuilder<T>>)

Apply the ChartAnimation extender in the chart.

Declaration
public static TChartBuilder ShowAnimation<T, TControl, TChartBuilder>(this FlexChartBaseBuilder<T, TControl, TChartBuilder> chartBuilder, Action<ChartAnimationBuilder<T>> animationBuilder = null) where TControl : FlexChartBase<T>, IAnimatable where TChartBuilder : FlexChartBaseBuilder<T, TControl, TChartBuilder>
Parameters
Type Name Description
FlexChartBaseBuilder<T, TControl, TChartBuilder> chartBuilder

The specified chart builder.

Action<ChartAnimationBuilder<T>> animationBuilder

The action to set the ChartAnimation.

Returns
Type Description
TChartBuilder

Current builder.

Type Parameters
Name Description
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.