LayerSetAxisPen¶
LayerSetAxisPen sets the axis pen.
- bool = LayerSetAxisPen(hLayer, ssXYZ, hPen)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
- hPen
hPen identifies the pen.
See also
Overview Diagrams, LayerGetAxisPen, LayerCreate, PenCreate, PageReplot, LayerSetMinMaxLinePen
id-1851917