Class PivotViewPivotChartSeriesAnimationBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
PivotViewPivotChartSeriesAnimationBuilder |