Search found 7 matches
- Mon Aug 21, 2006 4:50 pm
- Forum: .NET
- Topic: color is not working in VB.Net 2005 implementation
- Replies: 1
- Views: 3865
color is not working in VB.Net 2005 implementation
I am using TeeChart in a VB.Net 2005 application. All seems to be working fairly well, but I can't get the color of my line series to work. Below is the code I am using. I am trying to set the line series to color red using the line: QuickChart.Series(0).Color = System.Drawing.ColorTranslator.ToOle...
- Mon Mar 14, 2005 5:05 pm
- Forum: ActiveX
- Topic: ColorGrid Centered Points in Teechart v5
- Replies: 1
- Views: 3828
ColorGrid Centered Points in Teechart v5
Hello,
I noticed that an improvement in Teechart v7.0 is a CenteredPoints property for the ColorGrid series type. I need to center points on a colorgrid, but I have v5.0. Is there any way to do this?
Steve Bourne
I noticed that an improvement in Teechart v7.0 is a CenteredPoints property for the ColorGrid series type. I need to center points on a colorgrid, but I have v5.0. Is there any way to do this?
Steve Bourne
- Mon Feb 14, 2005 7:08 pm
- Forum: ActiveX
- Topic: color grid or surface that has N grid cells (not N-1)
- Replies: 1
- Views: 4331
color grid or surface that has N grid cells (not N-1)
I am trying to make a color grid. I have a matrix of data with regular intervals. That is, the matrix looks like: x11 x12 ... x1N x21 x22 ... x2N .. .. .. xM1 xM2 ... xMN I am basically trying to get a colored picture of the matrix, that is a grid that is NxM where each grid cell is colored accordin...
- Thu Jul 15, 2004 5:44 pm
- Forum: ActiveX
- Topic: Chart Templating
- Replies: 6
- Views: 10343
update
Actually, I also tried to make changes to the dummy chart using the showeditor method and those changes do not seem to take effect either when I export the .tee file. Just to be clear, here is my process. All in runtime, 1. Import to the dummy chart the .tee file that is used for formatting 2. Make ...
- Thu Jul 15, 2004 5:14 pm
- Forum: ActiveX
- Topic: Chart Templating
- Replies: 6
- Views: 10343
Ok, I think I am able to use the ideas mentioned previously. Thanks for the help. One question. I have added an editor panel to my VB 6 form. I have set the editor panel's chart property to the dummy chart mentioned previously. This works in the sense that as I enter chart properties in the editor p...
- Tue Jul 13, 2004 8:48 pm
- Forum: ActiveX
- Topic: Chart Templating
- Replies: 6
- Views: 10343
Thanks for your reply. I checked out the loadfromstream and loadfromfile methods, but I don't think this is what I want. What I want is the following: 1. In one VB form, have an Editor Panel (without any visible associated chart). In this panel, the user can enter non-series specific chart attribute...
- Mon Jul 12, 2004 8:38 pm
- Forum: ActiveX
- Topic: Chart Templating
- Replies: 6
- Views: 10343
Chart Templating
I have implemented Tee chart as one of the features in a VB6 based interface. It's working great, but now I'd like to enhance it by adding an ability to template charts. That is, I'd like to be able to store all the properties of the chart including title, axis label formats, axis titles, etc. in so...