ColumnStyle Property

ColumnCount Method

Introduction

 

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


 

Sets the way the column of data will be displayed on the chart.

 

Syntax

FlpGrf.ColumnType [ = value]

 

The ColumnType property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the column display type.

 

Settings

 

The possible settings for value are:

 

Settings

Constant

Value

Description

flpNone

0

None

flpLine

1

Line

flpArea

2

Area

flpBar

3

Bar

flpStackedBar

4

Stacked Bar

flpPoint

5

Point

flpHighLow

6

High-low

flpCurvedLine

7

Spline line

flpBubble

8

Bubble

flpPie

9

Pie

flpSpider

10

Spider

 

Remarks

Sets how one column of data will be displayed on the graph. Many different graph types can be displayed on a graph by changing the column type for each individual column. The Bubble, Pie, and Spider ColumnType's must have the GraphType also set to that type.

FlpGrf1.Column = 1
FlipGrf1.ColumnType = 4
FlpGrf1.Column = 2
FlipGrf1.ColumnType = 4
FlpGrf1.Column = 3
FlpGrf1.ColumnType = 4

FlpGrf1.Column = 1
FlpGrf1.ColumnType = 1
FlpGrf1.Column = 2
FlipGrf1.ColumnType = 2
FlpGrf1.Column = 3
FlpGrf1.ColumnType = 7

 

images/coltype.png


 

See Also

All Column Routines



ColumnStyle Property ColumnCount Method

 

 

Last modified on: Friday, August 16, 2002