Search found 13 matches
- Thu Mar 02, 2006 4:33 pm
- Forum: ActiveX
- Topic: Annotations shift at print AND print preview
- Replies: 5
- Views: 5669
Pep, WHAHOOOOOOOO! Got it to work the best by using PERCENT versus pixels and basing the values on the number of PIEs available. We have a total of THREE (3) at any one time down to only ONE (1) PIE. So, we use the delete function to get rid of the PIEs without data (i.e. Recordset is used for three...
- Wed Mar 01, 2006 7:00 pm
- Forum: ActiveX
- Topic: Black And White Default Printer Issues
- Replies: 1
- Views: 3077
Black And White Default Printer Issues
We have found a problem with the tchart if the default printer on the network OR the pc itself is set to a black&white printer and then select a color printer on the network OR pc it prints black&white. :?: Here is our code: Public Sub PrintChartOrGrid() Dim iPrinter As Integer Dim PrintDlg As Print...
- Wed Mar 01, 2006 6:50 pm
- Forum: ActiveX
- Topic: Crosstab Chart - Grid
- Replies: 4
- Views: 5047
- Wed Mar 01, 2006 6:49 pm
- Forum: ActiveX
- Topic: Fixed bar series
- Replies: 4
- Views: 4931
Narcís, Here is what we did to get the "null" points inside a series using recordsets: (1) Created separate routines to create the NORM recordset which the columns matched the needed recordset of actual data (testid numbers). (2) Then we made points w/i the recordset norm at .5 intervals, so that if...
- Wed Mar 01, 2006 6:44 pm
- Forum: ActiveX
- Topic: Multi Pie Chart Title
- Replies: 3
- Views: 4828
Narcís, Many thanks on this answer. Sorry it took so long to return the post-reply, but I had to resort to using the annotations versus the printing the text (plus the annotations were a big hit w/ QA). I THINK that trapping the events at print-time for a var like say, m_bChartPrinting, in the code ...
- Tue Feb 28, 2006 3:05 pm
- Forum: ActiveX
- Topic: Annotations shift at print AND print preview
- Replies: 5
- Views: 5669
I uploaded the code to news://www.steema.net/steema.public.attachments and the subject is: "Annotations Shift At Print Time". I got it to break! I now prints the annotations shifted OFF the shown path. DOH! I fogot to remove the Infragistics Resizer control from the project...I tried it w/ and w/o--...
- Tue Feb 28, 2006 1:57 pm
- Forum: ActiveX
- Topic: Annotations shift at print AND print preview
- Replies: 5
- Views: 5669
Narcís, Tanks for the fast reply! Yes, deadlines abound... Yes, I have used that code, and it prints correctly on my printer. My code looks like this: Private Sub DrawAnnotations() On Error GoTo ErrRoutine If m_enuChartType = CHT_PERF_STD_PIE_CUSTOM Then 1 Dim XCenter As Integer, YCenter As Integer,...
- Tue Feb 28, 2006 4:55 am
- Forum: ActiveX
- Topic: Annotations shift at print AND print preview
- Replies: 5
- Views: 5669
Annotations shift at print AND print preview
Howdy, I have scoured the posts for a solution to keep the annotiations from moving at print time. I display the selected PIE labels based on some very good code found in this forum to put the label for each PIE at the xcenter and ycenter. BUT, when we go to print this chart thru VB common dialog OR...
- Fri Sep 16, 2005 6:37 pm
- Forum: ActiveX
- Topic: Fixed bar series
- Replies: 4
- Views: 4931
- Sat Sep 10, 2005 7:14 pm
- Forum: ActiveX
- Topic: Fixed bar series
- Replies: 4
- Views: 4931
Fixed bar series
Is there anyway to create a fixed bar series based on a stacked bar chart. What I would like to accomplish is for the first bar to always display the same set of fixed values: 23, 54, 23. The remaining datavalues would then be graphed based on the values within the recordset that are set in the XVal...
- Sat Sep 03, 2005 2:00 pm
- Forum: ActiveX
- Topic: Multi Pie Chart Title
- Replies: 3
- Views: 4828
Multi Pie Chart Title
Is there any way to display a title directly underneath a pie chart. I would like to display the current month/year for the data that is being displayed directly underneath the pie chart. I have multiple pie charts in my graph so I would need this funtionality for all displayed pies.
- Sat Aug 13, 2005 1:56 pm
- Forum: ActiveX
- Topic: Crosstab Chart - Grid
- Replies: 4
- Views: 5047
I apologize, I guess I should have made my question more clear, but what I am trying to achive is actually creating the physical crosstab on the canvas as in the example stated above. I understand the crosstab table source method, but I do not want the bars. I would like to actually display the valu...
- Fri Aug 12, 2005 12:51 am
- Forum: ActiveX
- Topic: Crosstab Chart - Grid
- Replies: 4
- Views: 5047
Crosstab Chart - Grid
Is it possible to create a crosstab chart on the canvas of the teeChart Control? What I would like to accomplish is the following: Create a table with 3 columns and 5 rows that contains the following data: --------------------------------------------------- Averages Percentile Num ------------------...