Class PivotViewPivotChartSeriesAnimationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesAnimationBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.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
| Type |
|---|
| PivotViewPivotChartSeriesAnimationBuilder |
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
| Type |
|---|
| PivotViewPivotChartSeriesAnimationBuilder |
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 |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesAnimationBuilder |