Class PivotViewPivotChartSeriesAnimation
Inheritance
System.Object
PivotViewPivotChartSeriesAnimation
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesAnimation : EJTagHelper
Constructors
PivotViewPivotChartSeriesAnimation()
Declaration
public PivotViewPivotChartSeriesAnimation()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Delay
Allows to set the option to delay animation of the series.
Declaration
public double Delay { get; set; }
Property Value
Type |
Description |
System.Double |
|
Duration
Allows to set the duration of animation in milliseconds.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Enable
Allows to set the visibility of the series to be animated on initial loading.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides