Search found 5 matches
- Thu Jun 02, 2005 12:24 am
- Forum: Wishes and ideas
- Topic: Label Only 2D Point Series.
- Replies: 1
- Views: 8956
Label Only 2D Point Series.
Hi Forum, Would it be possible to have a 2D 'point series' where there are no points plotted but point labels only. I know this can be achieved with the existing point series, but when points are invisible and labels are dragged, the label positions are not saved unless the (invisible) point is move...
- Tue May 31, 2005 2:26 am
- Forum: .NET
- Topic: Retreiving TChart from an OLE\Long Binary field from Access
- Replies: 3
- Views: 7450
Hello Narcis, Newsgroup, I've worked it out, for all that are interested, in order to retreive a .TEN TChart object from an OLE Object\Long Binary Field in MS access, please do the following (via a data reader (OleDb)); byte[] _buffer = (byte[]) oledbreader.GetValue(fieldindex); System.IO.MemoryStre...
- Mon May 30, 2005 1:35 am
- Forum: .NET
- Topic: Retreiving TChart from an OLE\Long Binary field from Access
- Replies: 3
- Views: 7450
Hello narcis, Thanks for the response. I did indeed look through the tutorials particularly number 8 before posting. I can't find which one, if there is one at all that, contains a TeeChart graph (as .TEN format I assume) as an object contained in an OLE Object\Long Binary field example. The example...
- Fri May 27, 2005 1:55 am
- Forum: .NET
- Topic: Retreiving TChart from an OLE\Long Binary field from Access
- Replies: 3
- Views: 7450
Retreiving TChart from an OLE\Long Binary field from Access
Hi Newsgroup, I've constructed an application that creates hundreds of charts. Each chart is stored in an OLE\Long Binary field in MS Access 2003 (Jet 40 Database actually). I'm able to insert the charts as such; System.IO.MemoryStream _graph = new System.IO.MemoryStream(); this.tcmap.Export.Templat...
- Thu Apr 07, 2005 1:35 am
- Forum: .NET
- Topic: Preserving Font Label Sizes...
- Replies: 1
- Views: 4736
Preserving Font Label Sizes...
Hi Forum, I'll try to be as succinct as possible to describe this issue. Development Environment WindowsXP SP2, C# 2003 (.NET Framework 1.1), MS Jet40 (MS Access 2003) back end, and TeeChart .NET build 1.1.1879.21176. The application graphs data on a 2D Scatter plot point series. Points are not show...