Table of Contents

ChartSeriesFillOptions.ChartSeriesFillOptions Constructor

Creates a new instance of this object.

Syntax

Namespace: FlexCel.Core

public ChartSeriesFillOptions(TShapeFill aFill, TShapeFill aInvertedFill, Boolean aAutomaticColors, Boolean aInvertNegativeValues)

Parameters

<-> Parameter Type Description
aFill TShapeFill Fill for the series.
aInvertedFill TShapeFill Fill style for the negative bars in bar charts, when "invert if negative" is checked.
aAutomaticColors Boolean When true, fill colors are assigned automatically.
aInvertNegativeValues Boolean When true and values of the series are negative, foreground and background colors are reversed.

See also