|
|
Sets data labels above bars or points.
Syntax
FlpGrf.ColumnLabels [ = value]
The ColumnLabel property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
An integer expression setting how the label will be displayed |
Settings
|
Value |
Description | |
|
flpNoLabels |
0 |
Disables the effect |
|
flpLabelsAbove |
1 |
Data labels above points or bars |
|
flpLabelsInside |
2 |
Data labels on points or over bars |
|
flpLabelsCentered |
4 |
Data labels in the middle of bars |
|
flpLabelsAboveToPassLabelEvent |
9 |
Above and fires PassLabel Event |
|
flpLabelsInsideToPassLabelEvent |
10 |
Inside and fires PassLabel Event |
|
flpLabelsCenteredToPassLabelEvent |
12 |
Middle and fires PassLabel Event |
|
flpLabelsRotate |
16 |
Rotates the labels 90 degrees (clockwise if the scales are not swapped, and counter clockwise if the scales are swapped). |
Remarks
This property allows you to show data as labels above or below points or bars in your graphs. In 3D graphs only values of 1 and 2 work.
FlpGrf1.ColumnLabels = 1
FlpGrf1.ColumnLabels = 2

See Also
All Column Routines, ColumnLegend Property, ColumnStyle Property
![]() |
Last modified on: Friday, August 16, 2002