ColumnAxis Property

ColumnBarGradientPercent Property

Introduction

 

ColumnBarGradient Property This function works on current Columnimages/cons0001.png


 

This property enables or disables the gradient fill style for the bar, area, 3D pies and bubble graphs. There are two ways a bar can be colored: horizontally or vertically.

Syntax

FlpGrf.ColumnBarGradient = type

 

The ColumnBarGradient property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

type

The type of the fill (see below).

 

Settings

Constant

Value

Description

flpNoGradient

0

Disables the effect

flpHorzGradient

1

Horizontal gradient

flpVertGradient

2

Vertical gradient

 

Remarks

This property will work only on the following graphs:
     Bar
     Stacked Bar
     Area
     Stacked Area
     3D Pies

Note that pies must be 3D to use the gradient feature.

Only bar type graphs my be set to horizontal or vertical aligned gradients. All other graphs adopt a defualt gradient style.

 

Example

FlpGrf.Column = 1
FlpGrf.ColumnBarGradient = flpVertGradient

images/gradient0.png      images/gradient1.png

FlpGrf.Column = 1
FlpGrf.ColumnBarGradient = flpHorzGradient

images/gradient2.png


 

See Also

ColumnBarGradientPercent Property



ColumnAxis Property ColumnBarGradientPercent Property

 

 

Last modified on: Friday, August 16, 2002