2.13.4 ChartBuildEnum
Referenced by: ChartBuildAtom
An enumeration that specifies different types of chart builds.
Name |
Value |
Meaning |
---|---|---|
0x00000000 |
Chart animates in its entirety. |
|
0x00000001 |
Each series animates separately, and all elements in each series animate at the same time. |
|
0x00000002 |
Each category animates separately, and all elements in each category animate at the same time. |
|
0x00000003 |
Elements in the chart animate in the following order: Element in series 1 and category 1 Element in series 1 and category 2 Element in series 1 and category 3 … Element in series 2 and category 1 Element in series 2 and category 2 Element in series 2 and category 3 … Element in series 3 and category 1 Element in series 3 and category 2 Element in series 3 and category 3 … |
|
0x00000004 |
Elements in the chart animate in the following order: Element in category 1 and series 1 Element in category 1 and series 2 Element in category 1 and series 3 … Element in category 2 and series 1 Element in category 2 and series 2 Element in category 2 and series 3 … Element in category 3 and series 1 Element in category 3 and series 2 Element in category 3 and series 3 … |
|
0x00000005 |
Custom chart build type. |