Building a Chart > Creating Stacking Charts > 100 Percent Stacking |
Use the IsYAxis100Percent and IsY2Axis100Percent properties to scale the Y and Y2 axes of stacking charts to a common 100 percent value. When Is[YY2]Axis100Percent is false, the actual series data is used. When Is[YY2]Axis100Percent is true, the data is scaled so that all points are the same height and each series is scaled to a total of 100 percent.
|
|
This property is located on the Axes tab’s General sub tab on the Property Editor.
Note
The implementation of 100 Percent Stacking for StackingBarCharts is the same.