Returns or sets the value used as a base to the area filled with FillToBase or LineToBase for the object.
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. |
The following statement changes the APlot's base value to be 100 for use with FillToBase or LineToBase:
plt1.BaseValue=100