[]
Apply the ChartAnimation extender in the chart.
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>
| Type | Name | Description |
|---|---|---|
| FlexChartBaseBuilder<T, TControl, TChartBuilder> | chartBuilder | The specified chart builder. |
| Action<ChartAnimationBuilder<T>> | animationBuilder | The action to set the ChartAnimation. |
| Type | Description |
|---|---|
| TChartBuilder | Current builder. |
| 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. |