Search found 179 matches
- Fri Aug 13, 2010 3:56 am
- Forum: .NET
- Topic: Editing Annotation
- Replies: 1
- Views: 1388
Editing Annotation
Is there a way to get out of annotation mode other than pressing F2 button. Its easy to get into editing mode on an annotation tool by simply double clicking on it, but it takes a F2 button to get out of the edit mode. Is there a way I can have event such as LostFocus or something similar to trigger...
- Fri Aug 13, 2010 3:53 am
- Forum: .NET
- Topic: Outline property
- Replies: 6
- Views: 3334
Re: Outline property
Any tips/workarounds on how i should go about it?
Thanks
Thanks
- Fri Aug 13, 2010 3:52 am
- Forum: .NET
- Topic: Multiple Selections with selector tool
- Replies: 7
- Views: 4676
Re: Multiple Selections with selector tool
Any thoughts/tips on how i should go about it?
Thanks
Thanks
- Thu Aug 12, 2010 4:05 am
- Forum: .NET
- Topic: Outline property
- Replies: 6
- Views: 3334
Re: Outline property
Could you please say us, what you want do exactly? because we can try to find a solution for you My requirement is that when user holds control button (Ctrl key on keyboard) and clicks on a fastline series, the series should be highlighted with yellow outline. Can you please give a solution with fa...
- Thu Aug 12, 2010 4:02 am
- Forum: .NET
- Topic: Multiple Selections with selector tool
- Replies: 7
- Views: 4676
Re: Multiple Selections with selector tool
If you want do multiple selections I recommend you that add a selector for each series .. Can you please give an example code? I know how to add one selector and set it to active mode when desired component (such as fastline series) is clicked. I do not know how to set multiple selector tools. My r...
- Tue Aug 10, 2010 4:57 am
- Forum: .NET
- Topic: Outline property
- Replies: 6
- Views: 3334
Outline property
I am wondering if fastline series has outline property as the Lineseries.Outline property. If not, can you tell me is there is workaround to implement without compromizing performance of the display?
Thanks,
Thanks,
- Mon Aug 09, 2010 10:31 pm
- Forum: .NET
- Topic: Multiple Selections with selector tool
- Replies: 7
- Views: 4676
Multiple Selections with selector tool
I like to select multiple fastline series with help of selectortool. I currently have one selector tool added to the chart and when I click on one fastline series, it correctly selects it, but when i click on the next one, it unselects the previously selected series and selects the new one. I like t...
- Mon Aug 09, 2010 10:12 pm
- Forum: .NET
- Topic: SelectionTool blocks
- Replies: 5
- Views: 3519
Re: SelectionTool blocks
Thanks Yeray for the code snippet. Really appreciate it.
- Thu Aug 05, 2010 6:42 am
- Forum: .NET
- Topic: Screen coordinates to chart coordinates
- Replies: 1
- Views: 1454
Screen coordinates to chart coordinates
Hi,
I have a dragDrop event giving me System.Windows.Forms.DragEventArgs in screen coordinates. How can i convert it into chart coordinates (like the myChart.MouseMove event gives System.Windows.Forms.MouseEventArgs)?
Any help is greatly appreciated.
Regards,
I have a dragDrop event giving me System.Windows.Forms.DragEventArgs in screen coordinates. How can i convert it into chart coordinates (like the myChart.MouseMove event gives System.Windows.Forms.MouseEventArgs)?
Any help is greatly appreciated.
Regards,
- Tue Jul 20, 2010 2:05 pm
- Forum: .NET
- Topic: SelectionTool blocks
- Replies: 5
- Views: 3519
Re: SelectionTool blocks
Hi asupriya, As shown in above image, the selection tool puts too many black blocks. Is there a way I can have only at the beginning, middle and at end? I'm afraid it only can be done manually right now. You could use Selected event to calculate the points to draw and draw them using a Points serie...
- Tue Jul 20, 2010 3:23 am
- Forum: .NET
- Topic: SelectionTool blocks
- Replies: 5
- Views: 3519
SelectionTool blocks
7-19-2010 10-10-58 PM.png As shown in above image, the selection tool puts too many black blocks. Is there a way I can have only at the beginning, middle and at end? Also, is there a way I can set the transparency of these blocks. Sometimes they are pretty much cover the whole curve that is being s...
- Tue Jul 06, 2010 5:34 am
- Forum: .NET
- Topic: Annotation text size
- Replies: 1
- Views: 1375
Annotation text size
Hi, How can set chat's Annotation tool's text size. I am using v3 and don't seem to have this property defined for annotation text at all.
Please help.
Please help.
- Tue Jun 15, 2010 5:48 am
- Forum: .NET
- Topic: MS Word Draw-type features like drawing boxes or circles
- Replies: 1
- Views: 1409
MS Word Draw-type features like drawing boxes or circles
Question: Can I add MS Word Draw-type features like drawing boxes or circles around an area of the data that is of particular interest, and add callout lines or arrows. on a graph display? If so, Can you please provide some sample code?
- Thu May 13, 2010 6:11 am
- Forum: .NET
- Topic: Display a portion of Fastline series
- Replies: 5
- Views: 3040
Re: Display a portion of Fastline series
Little more advanced ... How i can modify this code sample so that it works with multiple custom Y-axes that are vertically stacked as shown in the image below. I need to only show the series (and their custom y-axes) that is enclosed by the zoom resizable-rectagletool. If the user resizes the recta...
- Thu May 13, 2010 5:45 am
- Forum: .NET
- Topic: Bug: RectangleTool, Annotation Tool tests
- Replies: 1
- Views: 1432
Bug: RectangleTool, Annotation Tool tests
A TypeOf test on a set of chart tools wrongly passes the RectangleTool as Annotation tool. In the following piece of code, if you have an annotation tool and a rectangle tool added to a chart, when you loop over the tools to get their type, you always get AnnotationTool result. The only work around ...