InitializeGraph Method

InitializeLegend Method

Introduction

 

InitializeAxis Method


 

Sets the title, minimum, maximum, increment and skip values of the selected axis

 

Syntax

FlpGrf.InitializeAxis ( axis As Integer, [title As String, min As Double, max As Double, inc As Double, skip Aas Integer])

 

The InitializeAxis method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

axis

A numeric expression specifying the axis number.

title

A string expression specifying the axis title.

min

A decimal expression specifying minimum value of the axis

max

A decimal expression specifying maximum value of the axis

inc

A decimal expression specifying the increment between values on the scale. For time scale labels, this value is dependent on what AxisDateIncType is set to (either hours, minutes, or seconds).

skip

A numeric expression specifying the number of labels to skip between each displayed label

 

Remarks

Sets the axis title, minimum, maximum, increment and skip values for the selected axis. These properties are also set in Axis property, AxisTitle, AxisScaleMin, AxisScaleMax, AxisScaleInc, and AxisScaleSkip.

If the min, max, inc or skip parameters are set then AxisScaleManual will be set to true automatically. Otherwise AxisScaleManual will be false (default state).


 

See Also

All Axis Routines



InitializeGraph Method InitializeLegend Method

 

 

Last modified on: Friday, August 16, 2002