Table of Contents

ChartFillOptions.ChartFillOptions Constructor

Overloads

ChartFillOptions.ChartFillOptions(TShapeFill)

Creates a new instance of this object.

Syntax

Namespace: FlexCel.Core

public ChartFillOptions(TShapeFill aFill)

Parameters

<-> Parameter Type Description
aFill TShapeFill Fill style.

See also

ChartFillOptions.ChartFillOptions(TDrawingColor)

This is a convenience constructor to create the most common fill which is just a solid fill with a color.

Syntax

Namespace: FlexCel.Core

public ChartFillOptions(TDrawingColor aColor)

Parameters

<-> Parameter Type Description
aColor TDrawingColor Color for the solid fill.

See also