SubBaseFill Property

The SubBaseFill property returns the AutoFill object for bars where the data value is less than the base value when EnableSubBaseFill is True. This is a read-only property.

Syntax

object.SubBaseFill

object.SubBaseFill =Fill

Remarks

EnableSubBaseFill must be set to true before any changes are visible.

The fill property is not used with 3D XYY bar charts, 3D XYY floating bar charts, and 3D XYY histograms when using the Auto3DView object.

Example 1

The following example shows how to change the background color of the bars to purple.

Histogram.SubBaseFill.BackColor(grfColorPurple)

Example 2

The following example shows how to return the pattern type.

Debug.Print BarChart.SubBaseFill.PatternName

 

Used by: Auto3DXYZBarChart object, AutoBarChart object, AutoHistogram object