Class PivotViewPivotChartSeriesAnimationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesAnimationBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesAnimationBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesAnimationBuilder()
Declaration
public PivotViewPivotChartSeriesAnimationBuilder()
PivotViewPivotChartSeriesAnimationBuilder(PivotViewPivotChartSeriesAnimation)
Declaration
public PivotViewPivotChartSeriesAnimationBuilder(PivotViewPivotChartSeriesAnimation model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPivotChartSeriesAnimation | model |
Methods
Delay(Double)
Allows to set the option to delay animation of the series.
Declaration
public PivotViewPivotChartSeriesAnimationBuilder Delay(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Duration(Double)
Allows to set the duration of animation in milliseconds.
Declaration
public PivotViewPivotChartSeriesAnimationBuilder Duration(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Enable(Boolean)
Allows to set the visibility of the series to be animated on initial loading.
Declaration
public PivotViewPivotChartSeriesAnimationBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |