O1LabelMargin

This property selects the percentage of the label width that is used as margin between labels on the O1 axis.

Syntax:

setO1LabelMargin(value);
value = getO1LabelMargin();

where:

value

Is any integer between 0 and 100. 0 is the default value.

Example:

setDepthRadius(0);
setViewableGroups(4);
setViewableSeries(5);
setDataScrollerPresenceGroups(0);  setO1LabelMargin(10);

bar graph

setO1LabelMargin(50);

bar graph


WebFOCUS