Class PropertyAnimation
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides animation settings for supported objects (e.g. charts) including JSON style animation specification, duration, color overlay and partial area mode.
public class PropertyAnimation : DomItem
- Inheritance
-
PropertyAnimation
- Inherited Members
Properties
Animation
Gets or sets the animation descriptor (implementation specific format, usually a formula returning JSON).
public string Animation { get; set; }
Property Value
AnimationTime
Gets or sets the animation duration (seconds).
public string AnimationTime { get; set; }
Property Value
Color
Gets or sets the animation color (e.g. overlay / transition color).
public string Color { get; set; }
Property Value
PartialAreaOnly
Gets or sets whether animation should apply only to the partial area.
public string PartialAreaOnly { get; set; }
Property Value
Trigger
Gets the trigger settings controlling animation start conditions.
[JsonInclude]
public PropertyAnimationTrigger Trigger { get; }