SideFill Property

The SideFill property returns or sets the bar map 3D side face fill properties for 3D bar side faces. Returns a FillFormat object. This is a read-only property.

 

Syntax

object.SideFill

 

Remarks

In order to see the defined side fill for 3D bars, set Uni3DSideFaceFill Property to True.

 

Example

This example sets the uniform side fill for 3D bars to pastel blue.

 

BarMap.SideFill.ForeColor = mvColorPastelBlue

 

Used by: BarMap object