Graph - BarStyle Property
BarStyle sets the style of a Bar style graph
Member of Graph (PRIM_GRPH)
Data Type - Enumeration Set
The BarStyle property defines the appearance of a bar graphs. The BarStyle property supports multiple selection.
| Enum Value | Description |
|---|---|
| 3D | Show the chart as three dimensional |
| Horizontal | Show the bars horizontally |
| NoLabels | Hide labels on both the X and Y axis |
| Stacked | Draw a stacked bar chart. Rather than values appearing next to each other, different data columns will be stacked on top of each other |
| StackedPercentile | A stacked percentile chart shows the relationship of individual items to the whole as a percentage |
| XGrid | Show horizontal lines |
| YGrid | Show vertical lines |
Febuary 18 V14SP2