Search found 8 matches

by Aaron_Peronto
Thu Apr 21, 2011 3:56 pm
Forum: .NET
Topic: 3D Graph Draw to Bitmap
Replies: 2
Views: 5047

Re: 3D Graph Draw to Bitmap

Answered my own question. I knew I had run into something like this before but I couldn't remember what it was. It has to do with the BufferStyle property setting on the tChart.Graphics3D object. When it is set to OptimizedBuffering, I cannot draw to a bitmap. When I set it to None, it draws just fi...
by Aaron_Peronto
Thu Apr 21, 2011 3:32 pm
Forum: .NET
Topic: 3D Graph Draw to Bitmap
Replies: 2
Views: 5047

3D Graph Draw to Bitmap

We have previously only dealt with 2D graphs in our application. Recently we decided to add the ability to plot 3D graphs. The feature that we used to use to print the charts to an image file (BMP, JPG, PNG) calls the chart.DrawToBitmap() method. This does not appear to work when the graph I have in...
by Aaron_Peronto
Thu Dec 16, 2010 2:54 pm
Forum: .NET
Topic: Display issue of Annotation in TeeChart 2010
Replies: 4
Views: 7827

Re: Display issue of Annotation in TeeChart 2010

I am haivng a problem with this as well. I use annotations to label my custom veritcal axes with the axis name (Y1, Y2, Y3, etc) slighty above the top end of the axis. Previously, I was adding the annotations and moving them to their proper position in the BeforeDrawSeries event handler to make sure...
by Aaron_Peronto
Thu Nov 04, 2010 3:05 pm
Forum: .NET
Topic: Draw3D Property
Replies: 3
Views: 5411

Re: Draw3D Property

Sandra, Thank you for the reply. I tried the code you listed in my application and did not see any change. I wanted to remove any issues that my own application might be causing from the equation, so I started a sandbox app with just a Windows Form containing the tchart1 control. I copied and pasted...
by Aaron_Peronto
Thu Oct 28, 2010 7:29 pm
Forum: .NET
Topic: Draw3D Property
Replies: 3
Views: 5411

Draw3D Property

I was wondering what the Draw3D property actaully does. I am trying to add 3D plotting into our graphing application. In doing this, I have noticed that when I plot a Steema.TeeChart.Styles.Points3D series with Pointer.Visible = TRUE if I rotate the 3D graph, the points drawn on the graph appear to ...
by Aaron_Peronto
Wed Mar 10, 2010 6:02 pm
Forum: .NET
Topic: Multiple Columns in Legend?
Replies: 7
Views: 9793

Re: Multiple Columns in Legend?

Thanks Narcis
by Aaron_Peronto
Tue Mar 09, 2010 9:19 pm
Forum: .NET
Topic: Multiple Columns in Legend?
Replies: 7
Views: 9793

Re: Multiple Columns in Legend?

I have the exact same problem in the fact that this graph is usually produced for the purpose of printing. Thanks for the suggestion. I don't think bottom or top alignment will work for us in this case. The height of the graph is already small enough that taking any more vertical real estate away fr...
by Aaron_Peronto
Tue Mar 09, 2010 4:13 pm
Forum: .NET
Topic: Multiple Columns in Legend?
Replies: 7
Views: 9793

Multiple Columns in Legend?

Here is my situation. I create a chart that has a somewhat short height and I include the TeeChart legend on the right side. The problem is, I have too many data series on the graph for this legend. Not all of the series are shown in the legend's single column of data. There are series missing from ...