BaseValue Property (APlot)

Returns or sets the value used as a base to the area filled with FillToBase or LineToBase for the object.

Syntax

Object.BaseValue [ = dBaseValue ]

The BaseValue property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

dBaseValue

Double

An integer specifying the value for use with FillToBase or LineToBase for the object.

Example

The following statement changes the APlot's base value to be 100 for use with FillToBase or LineToBase:

plt1.BaseValue=100

Applies to

APlot

See Also

AutoScale, XAxisIndex, YAxisIndex