Table of Contents

ChartSeriesFillOptions Class

Fill options for a series or a point inside a series.

Syntax

Namespace: FlexCel.Core

public class ChartSeriesFillOptions: ChartFillOptions

Constructors

Name Description
ChartSeriesFill​Options Creates a new instance of this object.

Methods

Name Description
Clone Returns a deep copy of this object.
CloneInvertedFill Clones the inverted fill if not null, else it will return null.

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.