Axis Routines

Font Routines

Introduction

 

Column Routines


 

Data in the control is arranged in columns. To plot a graph, at least two (depending on the type of graph desired) columns have to be associated with an axis. You would generally want the first column to be the x-axis, second the y-axis, etc. Each column of data can be represented with a different type of graph, for example column 2 can be a line, column 3 a bar, and column 4 an area graph. If you need to manipulate column's appearance, you must first set the column to be manipulated active; you can do that through the Column property.

 

General

Column Property

Sets the specific column active

ColumnAxis Property

Associates a column with the specific axis

ColumnMax Method

Returns the maximum element in the column

ColumnMin Method

Returns the minimum element in the column

 

Appearance

ColumnBarGradient PropertyGENERATE/New.jpg

Sets up the gradient effect

ColumnBarGradientPercent PropertyGENERATE/New.jpg

Sets the shift of the gradient effect

ColumnColor Property

Sets the color of the plot for the column

ColumnCount Method

Returns the number of columns

ColumnLabels Property

Positions data labels

ColumnLabelsFont PropertyGENERATE/New.jpg

Sets the font to use for column labels

ColumnLegend Property

Sets legend text for the column

ColumnLineWidth Property

Sets the line width

ColumnMarkFont Property GENERATE/New.jpg

Sets the font to use for marks (>= 32)

ColumnMarkSize Property

Sets the mark size

ColumnPattern Property

Sets the pattern for line plots

ColumnRowStart Property

Sets the first element in data buffer to use for graphing

ColumnRowEnd Property

Sets the last element in data buffer to use for graphing

ColumnStyle Property

Sets pattern for bar/area graphs

ColumnType Property

specifies how to plot data

 

Statistics/Analysis

ColumnMiss Property

Sets the conditions for the missing value

ColumnMissStyle Property

Sets the way the missing value is displayed

ColumnMissValue Property

Sets the miss value

ColumnMovingAve PropertyGENERATE/New.jpg

Enables/disables moving average

ColumnMovingAveNumberOfPoints PropertyGENERATE/New1.jpg

Specifies the number of pts to use for moving average

ColumnMovingAveStyle PropertyGENERATE/New.jpg

Sets the style of moving average

ColumnRegress PropertyGENERATE/New.jpg

Enables/disables regression lines

ColumnRegressCoeff MethodGENERATE/New.jpg

Returns the coefficient of specified degree in the regression equation

ColumnRegressCurveSegmentSize PropertyGENERATE/New.jpg

Sets smoothness of regression graph

ColumnRegressDegreesOfFreedom PropertyGENERATE/New.jpg

Returns the degree of the regression

ColumnRegressR Property

Properties of first degree regression line are in these properties:

ColumnRegressR2 Property

...

ColumnRegressYInter Property

...

ColumnRegressSlope Property

...


 

See Also

Axis Routines, Column Routines, Data Routines, Font Routines, Graph Routines, Legend Routines, Object Routines, Picture Routines, Pie Routines,



Axis Routines Font Routines

 

 

Last modified on: Friday, October 19, 2001