Version

CategoryTransitionInMode Enumeration

Describes how the transition in effect gets applied for 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 way.
ExpandSeries expands from the value midpoints.
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 8.1, Windows 8.1, Windows 8, Windows 7, 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

View on GitHub