|
|
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
|
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.ColumnBarGradient = flpVertGradient

FlpGrf.ColumnBarGradient = flpHorzGradient

See Also
ColumnBarGradientPercent Property
![]() |
Last modified on: Friday, August 16, 2002