Search found 14 matches
- Mon Nov 15, 2010 2:20 am
- Forum: .NET
- Topic: webchart zooming custom axis
- Replies: 2
- Views: 5812
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...
- Fri Nov 12, 2010 3:13 am
- Forum: .NET
- Topic: webchart zooming custom axis
- Replies: 2
- Views: 5812
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 ...
- 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: 17912
Re: TeeChart for .NET [17 FEB 2009] UPDATE 3.5.3700.30574/5
an update to the 3.5 build for visual studio 2010?
- Fri Jan 29, 2010 6:22 am
- Forum: .NET
- Topic: Silverlight panning scrolling
- Replies: 1
- Views: 5317
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...
- Wed May 13, 2009 11:42 pm
- Forum: .NET
- Topic: boxplot horizsize and logical pixels
- Replies: 3
- Views: 9376
- Wed May 13, 2009 1:37 am
- Forum: .NET
- Topic: boxplot horizsize and logical pixels
- Replies: 3
- Views: 9376
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...
- Wed May 06, 2009 11:52 pm
- Forum: .NET
- Topic: webchart export not saving series labels
- Replies: 1
- Views: 5169
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...
- Tue Mar 31, 2009 5:20 am
- Forum: .NET
- Topic: Series objects
- Replies: 18
- Views: 31096
- Mon Mar 30, 2009 10:18 pm
- Forum: .NET
- Topic: Update TeeChart to TeeChart 3 in VS 2005
- Replies: 2
- Views: 7360
- Mon Mar 30, 2009 3:08 am
- Forum: .NET
- Topic: Series objects
- Replies: 18
- Views: 31096
- Mon Mar 09, 2009 2:06 am
- Forum: .NET
- Topic: Series objects
- Replies: 18
- Views: 31096
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...
- Mon Mar 09, 2009 1:55 am
- Forum: .NET
- Topic: Series objects
- Replies: 18
- Views: 31096
- Thu Feb 19, 2009 12:10 am
- Forum: .NET
- Topic: asp webchart width
- Replies: 3
- Views: 10737
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...
- Wed Feb 18, 2009 5:10 am
- Forum: .NET
- Topic: asp webchart width
- Replies: 3
- Views: 10737
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.
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.