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 Property

Sets up the gradient effect

ColumnBarGradientPercent Property

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

ColumnLabelsColorDark Property

Sets the default dark color of the column labels

ColumnLabelsColorLight Property

Sets the default light color of the column labels

ColumnLabelsFont Property

Sets the font to use for column labels

ColumnLegend Property

Sets legend text for the column

ColumnLineWidth Property

Sets the line width

ColumnMarkFont Property

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 Property

Enables/disables moving average

ColumnMovingAveColor Property

Sets the color of a single column moving average line.

ColumnMovingAveNumberOfPoints Property

Specifies the number of pts to use for moving average

ColumnMovingAvePattern Property

Sets the pattern of the moving average line for a column of data

ColumnMovingAveStyle Property

Sets the style of moving average

ColumnMovingAveWidth Property

Sets the line width of the current column moving average line

ColumnRegress Property

Enables/disables regression lines

ColumnRegressCoeff Method

Returns the coefficient of specified degree in the regression equation

ColumnRegressColor Property

Sets the color of a single column regression line

ColumnRegressCurveSegmentSize Property

Sets smoothness of regression graph

ColumnRegressDegreesOfFreedom Property

Returns the degree of the regression

ColumnRegressPattern Property

Sets the pattern of the regression line for a column of data

ColumnRegressR Property

Properties of first degree regression line are in these properties:

ColumnRegressR2 Property

...

ColumnRegressYInter Property

...

ColumnRegressSlope Property

..

ColumnRegressWidth Property

Sets the line width of the current column regression line


 

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, August 16, 2002