Search found 79 matches

by histry
Thu Nov 02, 2006 2:33 pm
Forum: .NET
Topic: Current License implementation
Replies: 4
Views: 8219

Current License implementation

Have not heard from anyone from Steema. I need to know if the Licensing for version 3 will change. This is an important issue to us and I am sure to other groups in large companies that use the control to develop corporate application plugins.

Thanks
by histry
Wed Nov 01, 2006 1:08 pm
Forum: .NET
Topic: Current License implementation
Replies: 4
Views: 8219

Current License implementation

This issue caused great concern at a demo I did last week with the other groups within our company. I was asked at that time if we could remove TeeChart and go with another charting object. As I said previously I have no other 3rd party controls that require this so am trying to understand why Steem...
by histry
Tue Oct 31, 2006 2:35 pm
Forum: .NET
Topic: Current License implementation
Replies: 4
Views: 8219

Current License implementation

In version 3 will you be implementing licensing as is implemented in version 2? TChart is the only 3rd party product I have that requires an entry in the top level application. We need to create a plugin that uses TChart. The main application is created by another group within the company. They have...
by histry
Thu Oct 05, 2006 2:27 pm
Forum: .NET
Topic: DragDrop detection
Replies: 1
Views: 4014

DragDrop detection

I need to detect that a drop is to occur on a Vertical or Horizontal axes. Is there a way of doing this?
by histry
Thu Oct 05, 2006 2:23 pm
Forum: .NET
Topic: Unzoom not correctly displaying the min max values
Replies: 2
Views: 5057

Unzoom not correctly displaying the min max values

That corrects the issue

Thanks
by histry
Thu Oct 05, 2006 1:16 pm
Forum: .NET
Topic: Unzoom not correctly displaying the min max values
Replies: 2
Views: 5057

Unzoom not correctly displaying the min max values

Hi I need to capture the min and max values of the axis when doing a zoom and unzoom. Attached to following code for the Zoom and UnZoom events private void chart_Zoomed(object sender, EventArgs e) { lblMinAbsTime.Text = System.TimeZone.CurrentTimeZone.ToLocalTime(DateTime.FromOADate(chart.Axes.Bott...
by histry
Thu Oct 05, 2006 11:46 am
Forum: .NET
Topic: Custom Axis Labels Shifted
Replies: 3
Views: 5798

Custom Axis Labels Shifted

Thanks
by histry
Wed Oct 04, 2006 4:51 pm
Forum: .NET
Topic: Custom Axis Labels Shifted
Replies: 3
Views: 5798

Custom Axis Labels Shifted

I have the newest build for .NET 2 and find that in this build the labels when having multiple Y axis on the left is being shifted. I looked at your sample and see the same effect. This did not occur in previous releases. See: All Features-Axes-Opaque Zone The labels for each of the custom axes are ...
by histry
Wed Sep 27, 2006 2:21 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

The ability to place some form of pointer on a fastline is important when using a black and white printer. Not sure why you allow markers and not pointers for the fastline.
by histry
Mon Sep 25, 2006 2:26 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

I need the performance of your fastline as I am returning 10's of thousands of points.
by histry
Fri Sep 22, 2006 6:15 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

These are all good work arrounds. I guess the question is for version 3 is there any consideration on adding points to the fastline series where you can specify that you only want the points displayed every so many data points. Similar to the way that markers work. When printing the charts with some...
by histry
Thu Sep 21, 2006 3:05 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

Would be nice if you could display a couple of points on a fastline for printing purposes. I understand your concern but you could implement it the same a markers where you can set a property for the number of markers to display
by histry
Thu Sep 21, 2006 2:56 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

I agree that is what I am looking for. The issue I have is that I have very large data arrays and need the performance of the fastline. Is there any plans on supporing points for fastlines in future releases.
by histry
Thu Sep 21, 2006 2:27 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

I would like to see the symbol (square) but not the label
by histry
Thu Sep 21, 2006 12:08 pm
Forum: .NET
Topic: Markers
Replies: 15
Views: 22150

Markers

What I need to do is display the fastline with markers. I dont want to see any labels like the value, percent etc.