| Bar Chart displays each chart value by as a vertical or horizontal bar (depending on Orientation). |
|
| Bar Charts can have different bar styles for each bar |
|
| Bar Charts can be oriented vertically or horizontally |
|
| Bar Charts can be stacked |
|
| Bar Charts can be Stacked to 100 percent of the value range |
|
| The TRSSparseBarChart allows bars to be non-contiguous; here we are entering data only for Monday through Friday. |
|
| Some chart types expose a custom draw chart value event. In this case, we are changing the color to Green if over 75 and to Red if under 25. Also, we are adding a diamond using the custom draw code |
|
| Bar Width Size can be specified as a percentage of total allowed for a bar. By setting BarSizePct to 100, you can make a Bar chart be a Histogram. |
|
| The Equalizer Chart (TRSEQChart) is a specialized bar chart which subdivides the bars. |
|
| The Equalizer Chart has 3 styles: Normal, Value (Shown Here) and Smooth. Like any Bar Chart, you can also change the Orientation of the Equalizer Chart. |
|
|
|