Search found 191 matches

by Mike Jones
Wed May 02, 2007 9:35 pm
Forum: .NET
Topic: Printing Multiple Charts
Replies: 10
Views: 20368

Similar needs

I have a similar need to print multiple charts. Mine need is going to be a list a different types of charts.

I tried to find the example that Narcis said he uploaded. I cannot find this file. Can someone point me to this example?

Mike
by Mike Jones
Fri Apr 27, 2007 2:45 pm
Forum: .NET
Topic: Difference between Line an Points Styles
Replies: 3
Views: 7905

The tutorial is helpful, but ....

That tutorial you mention is helpful but does not really answer my question. It would be nice to see a summary of features for each series type. In my particular case I want to undestand when I want to use a Points versus Line series. I do not see anywhere that provides me the information on what on...
by Mike Jones
Fri Apr 27, 2007 12:09 am
Forum: .NET
Topic: Difference between Line an Points Styles
Replies: 3
Views: 7905

Difference between Line an Points Styles

I was trying to figure out when I want to use a Style.Points style or a Style.Line style.

Other than the obvios regarding drawing lines between the points are their any other behaviors or functionality that I should consider when deciding which series to use?
by Mike Jones
Mon Apr 23, 2007 1:57 pm
Forum: .NET
Topic: Axes and ordering
Replies: 3
Views: 7949

follow up question

Regarding your answer to Question #1, does this apply if we pass in arrays of doubles? We do not call Add(double, double). Instead we call Add(double[],double[]).
by Mike Jones
Mon Apr 23, 2007 1:32 pm
Forum: .NET
Topic: Swapping Axis
Replies: 3
Views: 7685

follow up questions

You propose using a 3D grid, but what if I am using a Line series as my example shows? Also it is very important to our design that we add points by passing in array of doubles. This is most efficient when we have thousands of points. How do you suggest we swap and X and Y axis in a Line series? Wha...
by Mike Jones
Fri Apr 20, 2007 4:31 pm
Forum: .NET
Topic: Axes and ordering
Replies: 3
Views: 7949

Axes and ordering

We have a complex application that generates arrays of points. We are working on optimizing the generation algorithms, thus is it important for us to understand the best ways to populate arrays of doubles to be consumed by various Series Styles. Can someone explain HOW the following scenarios will w...
by Mike Jones
Fri Apr 20, 2007 4:14 pm
Forum: .NET
Topic: Swapping Axis
Replies: 3
Views: 7685

Swapping Axis

Is there a way to swap axes with out removing a series rebuilding it and re-adding it? In other words, I would like to be able to do the equivalent below in a more efficient manner. Is there a way to do it for a Steema.TeeChart.Styles.Surface? For example: Steema.TeeChart.Styles.Line series = new St...
by Mike Jones
Thu Apr 19, 2007 6:32 pm
Forum: .NET
Topic: Question regarding the Order property
Replies: 1
Views: 5130

Question regarding the Order property

I am trying to understand how the ValueList.Order property works. If I do something like the following: Steema.TeeChart.Styles.Line lseries = new Steema.TeeChart.Styles.Line(); chart.Series.Add(lseries); lseries.YValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending; lseries.XValues.Order =...
by Mike Jones
Thu Apr 12, 2007 8:14 pm
Forum: .NET
Topic: TChart Control Disappears at design time
Replies: 1
Views: 4598

TChart Control Disappears at design time

In Visual Studio 2005, I am creating a user control. I place a FlowLayoutPanel control in the user control, maximize it and anchor it to all sides so the flow control fills the entire usercontrol UI. I then drop a TChart control onto the FlowLayoutPanel control. I resise the TChart control so it fil...
by Mike Jones
Fri Apr 06, 2007 8:49 pm
Forum: .NET
Topic: Animation in a Chart
Replies: 1
Views: 4611

Animation in a Chart

I am looking for some advise on how to approach a feature we are trying to build into our product. We are trying to animate a series, that works differently than the SeriesAnimation tool. We would like to do something like the following: I have a set of points that were generated from an equation Y ...
by Mike Jones
Mon Mar 12, 2007 6:00 pm
Forum: Wishes and ideas
Topic: 3D Polar Chart
Replies: 1
Views: 8953

3D Polar Chart

For TChart for V2 .NET

In our application a 3D polar chart would be useful. The axis would be r, theta, and Z. Z would be a linear axis.

It seems like this would be fairly straight forward given all the other types of charts already supported. It is really a variation of a 3D Chart.