FillType Property

Microsoft Office Web Components Object Model

Show All

FillType Property

       

Returns a ChartFillTypeEnum constant indicating the type of fill used for the specified ChInterior object. Read-only.

ChartFillTypeEnum can be one of these ChartFillTypeEnum constants.
chFillGradientOneColor
chFillGradientPresetColors
chFillGradientTwoColors
chFillPatterned
chFillSolid
chFillTexturePreset
chFillTextureUserDefined

expression.FillType

expression   Required. An expression that returns a ChInterior object.

Remarks

You can use the following methods to set the type of fill for a ChInterior object: SetOneColorGradient, SetPatterned, SetPresetGradient, SetSolid, SetTextured, and SetTwoColorGradient.