LayerSetCategoryOverlap¶
LayerSetCategoryOverlap sets the overlap between the datasets (bars) of a category plot.
- bool = LayerSetCategoryOverlap(hLayer, ssXYZ, rsOverlap)
Return Value
bool is TRUE (1) if the function was successful and otherwise FALSE (0).
Parameters
- hLayer
hLayer is the handle of a diagram (layer).
- ssXYZ
ssXYZ is “X” for the x-axis. Can only be set for the x axis.
- rsOberlap
rsOverlap set the overlap for bars in a category plot. Range -1 to 1.
History
Version |
Description |
---|---|
R2014 |
New. |
See also
id-851353