FillType Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

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.