Search found 14 matches

by simon
Mon Nov 15, 2010 2:20 am
Forum: .NET
Topic: webchart zooming custom axis
Replies: 2
Views: 5329

Re: webchart zooming custom axis

not quite what i was looking for. ive come up with a poor solution... but should suffice until the feature is added (though the feature wont make back into 3.5, so id have to upgrade). i should note that i still doesnt work exactly as needed, but im working on it. attached is a picture of the scenar...
by simon
Fri Nov 12, 2010 3:13 am
Forum: .NET
Topic: webchart zooming custom axis
Replies: 2
Views: 5329

webchart zooming custom axis

looking through the forums, ive found a reference back in 2007 asking for zooming in the webchart to work for custom axes. it was listed as a soon to be added feature. at the moment i zoom in on my chart (datetime x axis), and i have 2 custom horizontal axes with different lengths below the default ...
by simon
Mon Apr 19, 2010 4:25 am
Forum: .NET
Topic: TeeChart for .NET [17 FEB 2009] UPDATE 3.5.3700.30574/5
Replies: 7
Views: 14846

Re: TeeChart for .NET [17 FEB 2009] UPDATE 3.5.3700.30574/5

an update to the 3.5 build for visual studio 2010?
by simon
Fri Jan 29, 2010 6:22 am
Forum: .NET
Topic: Silverlight panning scrolling
Replies: 1
Views: 4328

Silverlight panning scrolling

Hi guys, im wondering if the scrolling/panning in silverlight can be enabled to accept right mouse clicks. chart.Zoom.Allow = false; chart.Panning.Allow = ScrollModes.Both; chart.Panning.MouseButton = System.Windows.Browser.MouseButtons.Left; you can set the mouse button to right, but it seems to be...
by simon
Wed May 13, 2009 11:42 pm
Forum: .NET
Topic: boxplot horizsize and logical pixels
Replies: 3
Views: 7633

well clearly that makes sense... problem solved.

as a side note, i think it would be great if you guys mentioned this in the helpfile for horizsize.

thanks
by simon
Wed May 13, 2009 1:37 am
Forum: .NET
Topic: boxplot horizsize and logical pixels
Replies: 3
Views: 7633

boxplot horizsize and logical pixels

hey, im having trouble understanding how the boxplot/seriespoint.horizsize works. i have a chart with a few series of boxplots, the chart size is about 800pixels wide. i want to fill say.... 3 boxplots into the chart, now, the default horizsize for each boxplot is 15. however, the unit of 15 isnt in...
by simon
Wed May 06, 2009 11:52 pm
Forum: .NET
Topic: webchart export not saving series labels
Replies: 1
Views: 4163

webchart export not saving series labels

using latest march build of 3.5 .net teechart. if i have a boxplot series with labels that i assign manually, when i save the chart containing the series/labels to a session using the ch1.export.template.save(memorystream), and reload the chart on a postback using ch1.import.template.load(stream), t...
by simon
Tue Mar 31, 2009 5:20 am
Forum: .NET
Topic: Series objects
Replies: 18
Views: 23533

yea this was resolved guys. thanks
by simon
Mon Mar 30, 2009 10:18 pm
Forum: .NET
Topic: Update TeeChart to TeeChart 3 in VS 2005
Replies: 2
Views: 4997

yes, your right, it has been updated and fixed - thanks guys.
by simon
Mon Mar 30, 2009 3:08 am
Forum: .NET
Topic: Series objects
Replies: 18
Views: 23533

hi narcis

this problem wasnt resolved in the latest March build. Whats the eta on resolving this issue as its pretty critical to my web-application - it is implemented and ready to work as soon as you guys resolve the issue. Whenever it is done please let me know.
by simon
Mon Mar 09, 2009 2:06 am
Forum: .NET
Topic: Series objects
Replies: 18
Views: 23533

Re: Series objectes

In the VCL version, Tag is a property inherited from TControl. It's already on our wish-list to implement such a property for the .NET version. In the meantime you could try using Title or Description properties for that purpose. This is misleading. Hi, Narcís! Thanks for the update on the template...
by simon
Mon Mar 09, 2009 1:55 am
Forum: .NET
Topic: Series objects
Replies: 18
Views: 23533

ive found that the TAG property isnt saved when u do a chart.export.template.save(stream).

loading it back into the chart just returns a null for the tag property. is this a bug?
by simon
Thu Feb 19, 2009 12:10 am
Forum: .NET
Topic: asp webchart width
Replies: 3
Views: 7604

hi sandra. its pretty self explainitory. create a new asp web application. drop a webchart component into the div. set the width to 100%. youll notice instantly in the designer that it resizes to 100px. so it doesnt seem to consider the specified width as a percentage, yet allows it as an input. thi...
by simon
Wed Feb 18, 2009 5:10 am
Forum: .NET
Topic: asp webchart width
Replies: 3
Views: 7604

asp webchart width

when specifiying the width of a webchart to 100%, it seems to treat that width as a fixed px rather than a percentage.

obviously im wanting to make my chart 100% of a table width, but cant seem to get webchart to hit that amount. is this a bug or is there a workaround?

thanks.