Version

CategoryTransitionInMode Enumeration

Describes available transition effects that can applied to initial rendering of a series
Syntax
'Declaration
 
Public Enum CategoryTransitionInMode 
   Inherits System.Enum
public enum CategoryTransitionInMode : System.Enum 
Members
MemberDescription
AccordionFromBottomSeries accordions in from the bottom.
AccordionFromCategoryAxisMaximumSeries accordions in from the category axis maximum.
AccordionFromCategoryAxisMinimumSeries accordions in from the category axis minimum.
AccordionFromLeftSeries accordions in from the left.
AccordionFromRightSeries accordions in from the right.
AccordionFromTopSeries accordions in from the top.
AccordionFromValueAxisMaximumSeries accordions in from the value axis maximum.
AccordionFromValueAxisMinimumSeries accordions in from the value axis minimum.
AutoSeries transitions in an automatically chosen based on type of series and its orientation
ExpandSeries expands from the value midpoints.
FromParentIf the series is a child layer, animate from the values that the parent currently has.
FromZeroSeries transitions in from the reference value of the value axis.
SweepFromBottomSeries sweeps in from the bottom.
SweepFromCategoryAxisMaximumSeries sweeps in from the category axis maximum.
SweepFromCategoryAxisMinimumSeries sweeps in from the category axis minimum.
SweepFromCenterSeries sweeps in from the center.
SweepFromLeftSeries sweeps in from the left
SweepFromRightSeries sweeps in from the right
SweepFromTopSeries sweeps in from the top.
SweepFromValueAxisMaximumSeries sweeps in from the value axis maximum.
SweepFromValueAxisMinimumSeries sweeps in from the value axis minimum.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also