Search found 20 matches
- Thu Nov 12, 2009 6:14 pm
- Forum: .NET
- Topic: Issues with ColorLines in Silverlight
- Replies: 12
- Views: 9328
Re: Issues with ColorLines in Silverlight
Hi, Sandra Thanks for your reply. I've tried this and, while it works for the specific case of zooming, it doesn't work for any of the other cases where redraws are necessary (eg: scrolling instead of zooming, we programatically change the range of data being displayed, we periodically add data to t...
- Tue Nov 10, 2009 10:02 pm
- Forum: .NET
- Topic: Issues with ColorLines in Silverlight
- Replies: 12
- Views: 9328
Re: Issues with ColorLines in Silverlight
Sorry for the delay. I've tried the provided workaround for issue TW24014423 with version 4.0.2009.35592, and it doesn't really work. Because AutoRepaint is set to false, zooming and such don't work (the zoom bounding box keeps getting drawn, but the chart doesn't appear to zoom). Trying to move the...
- Thu Sep 17, 2009 5:06 pm
- Forum: .NET
- Topic: Issues with ColorLines in Silverlight
- Replies: 12
- Views: 9328
Re: Issues with ColorLines in Silverlight
Oops sorry about that.
I've posted MtkDemoProjectSilverlight-DragTest.zip to the upload page.
-Andrew
I've posted MtkDemoProjectSilverlight-DragTest.zip to the upload page.
-Andrew
- Thu Sep 17, 2009 3:10 pm
- Forum: .NET
- Topic: Issues with ColorLines in Silverlight
- Replies: 12
- Views: 9328
Re: Issues with ColorLines in Silverlight
Hey,
I've sent an email to support@steema.com with a sample project that illustrates the first issue.
Thanks,
-Andrew
I've sent an email to support@steema.com with a sample project that illustrates the first issue.
Thanks,
-Andrew
- Wed Sep 16, 2009 7:39 pm
- Forum: .NET
- Topic: Issues with ColorLines in Silverlight
- Replies: 12
- Views: 9328
Issues with ColorLines in Silverlight
I'm running into some problems with dragging ColorLines and using drag events to affect other tools on the Silverlight version of the TChart. This is tested against version 4.0.2009.28594 -Setting a RectangleTool's Text or Top and Left coordinates while dragging a ColorLine (ie: in the line's DragLi...
- Tue Sep 15, 2009 3:19 pm
- Forum: .NET
- Topic: Limiting legend size
- Replies: 1
- Views: 2438
Limiting legend size
I'm working with the Silverlight version of the chart and I've noticed the chart crashes if the legend gets too big (ie: if it takes up more space than the chart has available). Is it possible to limit the dimensions the legend takes up? Specifically I'm looking at the width of a vertical legend wit...
- Mon Sep 14, 2009 9:58 pm
- Forum: .NET
- Topic: Margin auto-adjustment with custom axes
- Replies: 1
- Views: 2533
Margin auto-adjustment with custom axes
I'm working with the Silverlight version of the chart and I've got a question about custom axes. Is there some way to get a custom axis to adjust the chart panel margin according to the axis title and labels, similar to the way default axes do? The default axis will adjust panel automatically to mak...
- Thu Jul 30, 2009 3:47 pm
- Forum: .NET
- Topic: Can I restrict the height of ColorBand?
- Replies: 4
- Views: 4759
Re: Can I restrict the height of ColorBand?
I just uploaded an image. What you see if 2 series each on a different Y axis and on the same X axis. The ColorBands (Grenn and Black) are attached to the X axis and appears accross both Y axis. What I want to do is: - Primary - restrict the ColorBands to one Y axis... - Secondary - restrict the Col...
- Thu Jul 30, 2009 3:40 pm
- Forum: .NET
- Topic: Can I restrict the height of ColorBand?
- Replies: 4
- Views: 4759
Re: Can I restrict the height of ColorBand?
What I want to see is colored bands that only display in the bottom 10% of a given axis. Now if the axis changes (the range increases or decreases) the Colorbands should remain at 10%.
Can I restrict the ColorBand tool to display only within 1 X Axis AND 1 Y Axis?
Can I restrict the ColorBand tool to display only within 1 X Axis AND 1 Y Axis?
- Thu Jul 30, 2009 2:50 pm
- Forum: .NET
- Topic: Can I restrict the height of ColorBand?
- Replies: 4
- Views: 4759
Can I restrict the height of ColorBand?
What I want is the ability to display ColorBands, but only for a certain percentage of the axis they are attached to. That way, they will remain stationary on the chart even if the axis range changes. I have investigated drawing rectangles with Graphic3D and would rather not have to go that way. Doe...
- Fri Jul 24, 2009 3:34 pm
- Forum: .NET
- Topic: How do I optimize the Map series with many polygons?
- Replies: 14
- Views: 12272
Re: How do I optimize the Map series with many polygons?
I have uploaded one more video, just now. This one is of the problem in the sample app that I uploaded a few days ago. As you can clearly see as indicated by the mouse movements, there are areas of color outside of the chart axis area (where data is usually displayed) that should not be there. As yo...
- Thu Jul 23, 2009 4:01 pm
- Forum: .NET
- Topic: How do I optimize the Map series with many polygons?
- Replies: 14
- Views: 12272
Re: How do I optimize the Map series with many polygons?
Yes, the problem is the color that appears outside of the chart area (white area where data is displayed). It appears brown on the video, and differing color on the sample I uploaded yesterday. I think what I need is a way to clear all the drawing I have done via Graphics3D when I click those button...
- Wed Jul 22, 2009 3:27 pm
- Forum: .NET
- Topic: How do I optimize the Map series with many polygons?
- Replies: 14
- Views: 12272
Re: How do I optimize the Map series with many polygons?
Uploading a sample app.
- Wed Jul 22, 2009 3:06 pm
- Forum: .NET
- Topic: How do I optimize the Map series with many polygons?
- Replies: 14
- Views: 12272
Re: How do I optimize the Map series with many polygons?
Is it possible to clear / hide the drawing that I have done (via Graphics3D) when adjusting the date range on the XAxis, effectivley wiping the slate clean, and then waiting for the series to redraw?
- Tue Jul 21, 2009 10:22 pm
- Forum: .NET
- Topic: How do I optimize the Map series with many polygons?
- Replies: 14
- Views: 12272
Re: How do I optimize the Map series with many polygons?
Not sure if this is related, but the rectangles have a transparency set and every time I click the "<<" and then the ">>" button (effectively moving the time range back, and then forward to the original time range) the transparency gets darker (the drawing seems to overwrite the last drawn items, re...