FillType Property

ChartFillTypeEnum

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.

Applies to | ChInterior Object

See Also | SetOneColorGradient Method | SetPatterned Method | SetPresetGradient Method | SetSolid Method | SetTextured Method | SetTwoColorGradient Method