Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MsGraph
Message
From
05/11/2001 00:48:39
 
 
To
01/11/2001 05:02:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00574885
Message ID:
00577282
Views:
26
SELECT mc,end ;
FROM dscHd WHERE date = THIS.pRepDate ;
ORDER BY mc INTO CURSOR wTemp

mRecNo = RECCOUNT()

WITH THISFORM.pageFrame1.page3.msChart
.chartType = VtChChartType2dBar
.columnCount = 1
.rowCount = mRecNo
mColC = 1
SCAN
.data = end
.dataGrid.RowLabel(mColC,1) = mc
mColC = mColC + 1
ENDSCAN

.DataGrid.ColumnLabel(1,1) ='Machine Occupation'

ENDWITH

THISFORM.Refresh


I run the program above, problem is the Y-axis Scale is incorrectly, eg. my data only from 7- 40 but the scale can be 1 - 100 and the bar Height is also showing incorrectly, the data may be 10 but the height may sow 40.

What 's wrong with my problem.

TIA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform