IBarChartOptions Interface
Options for a Bar or Column chart.
Syntax
Unit: FlexCel.Core
IBarChartOptions = interface(IChartOptions);
Properties
| Name |
Description |
| BarOverlap |
Space between bars in percent of the bar width.
|
| CategoriesGap |
Space between categories in percent of bar width.
|
| Horizontal |
If true, bars are horizontal and this is a bar chart. If false, bars are vertical and this is a column chart.
|
| StackedMode |
TStackedMode of the chart.
|
| HasShadow |
True if the bars have shadows.
|
| SeriesLines |
Line style for the Lines between Series if they exist, null otherwise.
|