Search found 11 matches
- Fri Jan 28, 2005 5:54 pm
- Forum: VCL
- Topic: Teechart toolbar question
- Replies: 3
- Views: 6914
Gantt chart does have lot of series added. zoom and scroll buttons work fine. But when normal (with an arrow) button is clicked it says gives that message to use left and right mouse buttons to zoom and scroll. But this does not work when in 2D mode. Another question, when i draw the gantt chart wit...
- Fri Jan 28, 2005 1:57 am
- Forum: VCL
- Topic: Teechart toolbar question
- Replies: 3
- Views: 6914
Teechart toolbar question
I have a gantt chart on which i have added toolbar. When normal button on the toolbar is clicked (button with an arrow), it says at the corner 'Drag Left button to zoom, right button to scroll'. But nothing happens when i actually try to use the mouse buttons when in 2D mode (in 3D mode zoom and scr...
- Fri Jan 21, 2005 6:59 pm
- Forum: VCL
- Topic: TeeUser help file
- Replies: 1
- Views: 4324
TeeUser help file
We have teechart Pro V7 installed. but the teeuser7.hlp when opened says teechart Pro v5 editor help and also the help has not got much information about different tabs present on the chart editor. Is this a known issue or am i using the wrong teeuser help file. We need to make this user help availa...
- Thu Oct 07, 2004 6:15 pm
- Forum: VCL
- Topic: monitor resolution affects bmp output from chart control?
- Replies: 2
- Views: 6109
Also when i export it, i increase teh height and width of the image. default values are set to: uc_nDefaultExportChartHeight = 600; uc_nDefaultExportChartWidth = 700; This is a gantt chart and the way i caclulate the height and wodth is: mv_nSavedChartHeight := Round( ( 600*mv_nRowsOnChart )/30 ); /...
- Wed Oct 06, 2004 11:30 pm
- Forum: VCL
- Topic: monitor resolution affects bmp output from chart control?
- Replies: 2
- Views: 6109
monitor resolution affects bmp output from chart control?
fv_dbChartControl.SaveToBitmapFile( strScratchFilename, Rect( 0, 0, mv_nSavedChartWidth, mv_nSavedChartHeight ) ); When i save an image from a chart to a bmp file, some of the text information like x-axis lables towards the end and also the legend texts (although legend colors does show up) are miss...
- Fri Jul 23, 2004 6:07 pm
- Forum: VCL
- Topic: How to hide Series -> Style tab on chart editor?
- Replies: 5
- Views: 9203
The only tabs that i can hide are the following according to help: cetMain, cetGeneral, cetAxis, cetTitles, cetLegend, cetPanel, cetPaging, cetWalls, cet3D, cetSeriesGeneral, cetSeriesMarks, cetAllSeries, cetSeriesData , cetExport, cetTools, cetPrintPreview so on Series tab, only ( General, Marks, D...
- Mon Jul 19, 2004 9:50 pm
- Forum: VCL
- Topic: How to hide Series -> Style tab on chart editor?
- Replies: 5
- Views: 9203
- Tue Jul 13, 2004 10:21 pm
- Forum: VCL
- Topic: How to hide Series -> Style tab on chart editor?
- Replies: 5
- Views: 9203
How to hide Series -> Style tab on chart editor?
I want to programmatically hide Series -> Styles tab on the chart editor. Please help. Also is there a way i can look at only my postings on this newsgroup? Becuase i had posted this question, i think, sometime back and did not know a quick way to find the message apart from going through many searc...
- Tue Jul 13, 2004 10:17 pm
- Forum: VCL
- Topic: chart disappears when changed from 3D to 2D mode
- Replies: 3
- Views: 7540
- Fri Jul 09, 2004 6:41 pm
- Forum: VCL
- Topic: chart disappears when changed from 3D to 2D mode
- Replies: 3
- Views: 7540
chart disappears when changed from 3D to 2D mode
A chart that was built using barseries without any border seem to disappear when 3D button is clicked on the toolbar. In 2D no chart shows up but chart comes back up when back in 3D mode.
Any suggestion on what to do about this problem?
Thanks.
Any suggestion on what to do about this problem?
Thanks.
- Tue Mar 23, 2004 8:19 pm
- Forum: VCL
- Topic: Access violation on chart editor?
- Replies: 1
- Views: 6119
Access violation on chart editor?
Hi, I have a chart with manually added series(TBarSEries): fv_dbChartControl.Series[ nSeriesIndex ].AddXY( nIndex, GetByteCount(nIndex )/ dDivisor, asxaxislabels[ nIndex ], newColor ); Now at run time, if i open up chart editor and go to Series->Data source and pick Function from the list and pick E...