Focal Point
[CLOSED] Overlap axis values in graph

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7067064916

April 26, 2012, 08:03 AM
Carlos Dias
[CLOSED] Overlap axis values in graph
I'm using a dual-axis stacked graph. One of the series is set in to axis Y1 and the others to Y2.

My result is:


My gold is to find a way to overlap the values. I want to have by Hire_DATE just one bar. For example, the first bar the green will be in the top of the blue bar. The values of the Y1 axis overlap always the values of the Y2 axis.

My code:
  
GRAPH FILE EMPLOYEE
SUM EMPLOYEE.EMPINFO.CURR_SAL 
ACROSS EMPLOYEE.EMPINFO.HIRE_DATE 
BY EMPLOYEE.PAYINFO.SALARY
ON GRAPH SET LOOKGRAPH VBRSTK2
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
ON GRAPH SET GRMERGE ON
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHSTYLE *
setMarkerDisplay(true);
setConnectLineMarkers(false);
setConnectScatterMarkers(false);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(true);
setO1MajorGridStyle(0);
setO1MinorGridDisplay(false);
setAxisAssignment(0,0);
setSeriesType(0,1);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(true);
setY1MajorGridStyle(0);
setY1MinorGridDisplay(false);
setTextFormatPreset(getY1Label(),-1);
setTextFormatPattern(getY1Label(),"#.##");
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setRiserBorderMode(1);
setSeriesDefaultTransparentBorderColor(true);
setUseSeriesBorderDefaults(true);
setLegendDisplay(true);
setFontSizeAbsolute(getY1Title(),true);
setFontSizeAbsolute(getY1Label(),true);
setFontSizeAbsolute(getY2Title(),true);
setFontSizeAbsolute(getY2Label(),true);
setFontSizeAbsolute(getO1Title(),true);
setPlace(true);
setAxisAssignment(0,0);
setAxisAssignment(1,1);
setAxisAssignment(2,1);
setAxisAssignment(3,1);
setAxisAssignment(4,1);
ENDSTYLE
ON GRAPH SET STYLE *
$
ENDSTYLE
END


Thanks,
Carlos Dias

This message has been edited. Last edited by: Kerry,


WebFOCUS version: 7.6
Linux/Windows
HTML, Excel
May 03, 2012, 04:05 PM
Kerry
Hi Carlos,

For this kind of involved issues, please contact Customer Support Services and open a case for assistance. You may call 1-800-736-6130, or access online InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.