Focal Point
[CLOSED] X and Y axis scale lines

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

December 14, 2007, 11:58 AM
Michele
[CLOSED] X and Y axis scale lines
I am creating a bubble graph that displays percentages on the X and Y axis scale line. What's happening is that sometimes the X and Y axis shows the same percent value repetitively. The Y axis scale line displays from top to bottom 5% 4% 4% 4% 3% 3% 2%. The X axis scale line displays from left to right -1% 0% 0% 0% 1% 2% 2% 2% 3% 4%. Is there a way to prevent reoetitively percentages from displaying? Pasted below is my code. Thanks.
GRAPH FILE GPHFILE "
SUM
DAYS_1000
COST_DAYS
PMPM_12MR
SNAPSHOT_MO NOPRINT
ACROSS HGROUP2
FOOTING
"-INCLUDE app/footerfe.fex
ON GRAPH SET LOOKGRAPH BUBBLE
ON GRAPH SET GRAPHEDIT OFF
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
-*ON GRAPH SET VAXIS 530
-*ON GRAPH SET HAXIS 800
ON GRAPH SET GRAPHSTYLE *
setUseDefaultBubbleMarker(false);
setToolTipDisplay(true);
setToolTipMode(false);
setMarkerSizeDefault(100);
setUserToolTip("[SL] [R] Days per 1000: [XV]% [R] Cost per Day: [YV]% [R] PMPM: $[ZV] ");
setLegendAutomatic(true);
setLegendPosition(5);
setFontSize(getLegendText(),10);
setFontSizeAbsolute(getLegendText(),true);
setFontSize(getLegendText(),12);
setTextRotation(getX1Label(),0);
setTextRotation(getY1Label(),0);
setY1TitleDisplay(true);
setY1TitleString("CPD");
setY1TitleAutofit(false);
setFontSizeVC(getY1Title(),888);
setFontSizeVC(getY1Label(),888);
setX1TitleDisplay(true);
setX1TitleAutofit(false);
setX1LabelAutofit(false);
setFontSizeVC(getX1Title(),888);
setFontSizeVC(getX1Label(),888);
setX1MajorGridDisplay(false);
setY1MajorGridDisplay(false);
setY1MinorGridDisplay(false);
setLegendDisplay(true);
setFontSizeAbsolute(getY1Title(),true);
-*Quadrant Lines to intersect at 0,0
setQuadrantLineValueX(0, 0);
setQuadrantLineValueY(0, 0);
setTextFormatPreset(getX1Label(),-1);
setTextFormatPattern(getX1Label(),"#\u066A");
setTextFormatPreset(getY1Label(),-1);
setTextFormatPattern(getY1Label(),"#\u066A");
-SET &SIGN = IF (&BUBMAX_Y) OR (&BUBMAX_X) LE 1 THEN 'true' ELSE 'false';
setY1ScaleMaxAuto(&SIGN);
setY1OffScaleDisplay(true);
setY1ScaleMax(&MAX_Y);
-*
setX1ScaleMaxAuto(&SIGN);
setX1OffScaleDisplay(true);
setX1ScaleMax(&MAX_X);
setAutofit(getTitle(),false);
setFontSize(getTitle(),12);
setFontSizeAbsolute(getTitle(),true);
setFontStyle(getTitle(),2);
setSubtitleDisplay(false);
setTitleString("CHART TITLE");
setRect(getTitle(),new Rectangle(-3888,11000,29806,1939));
setDisplay(getAnnotation(0), true);
setTextString(getAnnotation(0), "DPT");
setFillColor(getAnnotation(0), new Color(0,0,0));
setRect(getAnnotation(0),new Rectangle(-15999,-5000,30000,-5000));
setFontSizeAbsolute(getAnnotation(0),true);
setFontSizeInPoints(getAnnotation(0),9.0);
setFontStyle(getAnnotation(0),2);
-*setFontStyle(getY1Label(),2);
-*setFontStyle(getX1Label(),2);
setToolTipFontSize (12);
setToolTipFontStyle(3);
setY1MajorGridStep(10.0);
setX1MajorGridStep(10.0);
setX1MajorGridStepAuto(false);
setGridStep(getY1MajorGrid(),10.0);
setGridStep(getY1MinorGrid(),10.0);
ENDSTYLE

W.F. 7.1.7 Windows XP operating system

This message has been edited. Last edited by: Kerry,
December 21, 2007, 12:41 PM
Kerry
Hi Michele,

I checked with our internal people and was suggested that this may be an issue to be fixed. Can you please contact Information Builders' Customer Support Services and open a case regarding this one? This way the issue can be directed to appropriate channels to fix it.

To open a case, please either call at 1-800-736-6130, or access online InfoResponse. Here is a list of information to be ready when you call: http://techsupport.ibi.com/before_you_call.jsp.

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
May 19, 2010, 09:53 AM
getit
Has this issue been fixed.? We are on 764 windows and we have the same issue.


App Studio Version 8202
windows Platform
SQL Server 2008/2012
May 25, 2010, 01:22 PM
Kerry
Hi getit,

To confirm if this is fixed, you may want to contact Information Builders' Customer Support Services for assistance. In case this is to be fixed in a later release, you can also request your name to be added to the list so that you will be notified when this is available.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.