|
|
ColumnBarGradientPercent Property ![]()
With this property you can specify the shift of the bar gradient in percents of the whole bar. For example setting this to 50% will display the lightest spot in the middle of the bar.
Syntax
FlpGrf.ColumnBarGradientPercent = percent
The ColumnBarGradientPercent property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
percent |
The shift of the gradient in percents of the bar |
Remarks
This property will take effect only when the gradient fill is enabled. You can enable it with the ColumnBarGradient
property.
Note about printing behavior with gradients and fill styles:
If the printer is color it will print only the gradient and ignore the fill style. If the printer
is black and white it will print the gradient and the pattern. This behavior only applys to print output
and does not apply to the screen display.
Example
FlpGrf.ColumnBarGradient = flpHorzGradient
FlpGrf.ColumnBarGradientPercent = 50
FlpGrf.ColumnBarGradientPercent = 100

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