UseFullImage Property

The UseFullImage property returns or sets the Use Full Image property for bar-type graphs. Returns a Boolean.

Syntax

object.UseFullImage

object.UseFullImage = UseFullImage

 

Parameter Type Description
UseFullImage Boolean required, true to use null criteria

 

Example

This example shows how to stretch the loaded image to fit the bars of a bar chart.

BarChart.UseFullImage = True

 

Used by: AutoBarChart object, AutoHistogram object, AutoFloatingBar object