Table of Contents

TBarChartOptions Class

Options for a Bar or Column chart.

Syntax

Namespace: FlexCel.Core

public class TBarChartOptions: TChartOptions, IStackedOptions

Constructors

Methods

Name Description
IsStacked Returns true is the chart is stacked, either normally or 100% stacked.

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.