ColumnCount Method

ColumnLabelsColorDark Property

Introduction

 

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


 

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

Constant

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.Column = 1            FlpGrf1.Column = 1
FlpGrf1.ColumnLabels = 1      FlpGrf1.ColumnLabels = 2

 

images/collabel.png


 

See Also

All Column Routines, ColumnLegend Property, ColumnStyle Property



ColumnCount Method ColumnLabelsColorDark Property

 

 

Last modified on: Friday, August 16, 2002