'Declaration Public Enum CategoryTransitionInMode Inherits System.Enum
public enum CategoryTransitionInMode : System.Enum
Member | Description |
---|---|
AccordionFromBottom | Series accordions in from the bottom. |
AccordionFromCategoryAxisMaximum | Series accordions in from the category axis maximum. |
AccordionFromCategoryAxisMinimum | Series accordions in from the category axis minimum. |
AccordionFromLeft | Series accordions in from the left. |
AccordionFromRight | Series accordions in from the right. |
AccordionFromTop | Series accordions in from the top. |
AccordionFromValueAxisMaximum | Series accordions in from the value axis maximum. |
AccordionFromValueAxisMinimum | Series accordions in from the value axis minimum. |
Auto | Series transitions in an automatically chosen way. |
Expand | Series expands from the value midpoints. |
FromZero | Series transitions in from the reference value of the value axis. |
SweepFromBottom | Series sweeps in from the bottom. |
SweepFromCategoryAxisMaximum | Series sweeps in from the category axis maximum. |
SweepFromCategoryAxisMinimum | Series sweeps in from the category axis minimum. |
SweepFromCenter | Series sweeps in from the center. |
SweepFromLeft | Series sweeps in from the left |
SweepFromRight | Series sweeps in from the right |
SweepFromTop | Series sweeps in from the top. |
SweepFromValueAxisMaximum | Series sweeps in from the value axis maximum. |
SweepFromValueAxisMinimum | Series sweeps in from the value axis minimum. |
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
View on GitHub