IChartSeriesFillOptions Interface
Fill options for a series or a point inside a series.
Syntax
Unit: FlexCel.Core
IChartSeriesFillOptions = interface(IChartFillOptions);
Properties
Name |
Description |
AutomaticColors |
When true, fill colors are assigned automatically.
|
InvertNegativeValues |
When true and values of the series are negative, foreground and background colors are reversed.
|
InvertedFill |
Fill style for the negative bars in bar charts, when "invert if negative" is checked.
|