Series
property for PowerScript controls
Applies to
Graph controls
Description
The Series property is used to define the properties of the Series
axis in a graph. The Series axis is valid for 3D graphs only.
Usage
In a painter
To define the properties of the Series axis of a 3D
graph:
-
Select a 3D graph type from the GraphType list on the General
page of the graph control’s Properties view. -
Display the Axis tab page of the graph control’s Properties view
and select Series in the Axis list.All the properties of the Series axis can be set from the Axis
tab page.
In scripts
The Series axis is an object of type grAxis within the Graph
control. The Series object has its own properties for controlling the
appearance of the axis.
The following line sets the scale type of the Series axis of gr_1 to
log 10:
1 |
gr_1.Series.Scaletype = Log10! |