Search found 179 matches
- Thu May 13, 2010 5:39 am
- Forum: .NET
- Topic: Questions on chart area related to a custom Y-axis
- Replies: 2
- Views: 2217
Re: Questions on chart area related to a custom Y-axis
Just tried your example and it worked perfectly. Thanks Sandra.
- Thu Apr 29, 2010 1:46 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
You're welcome. I'm glad to hear that. Notice this is not a TeeChart property though You are right and really appreciate your help. It just didn't click to me to look into the form scroll property. Thanks also for the explanation for upgrade and related support. I will pass that info to my manager.
- Thu Apr 29, 2010 5:57 am
- Forum: .NET
- Topic: Questions on chart area related to a custom Y-axis
- Replies: 2
- Views: 2217
Questions on chart area related to a custom Y-axis
1. How can I highlight the chart area border of a custom vertical axis as shown in the attached image at runtime ? 2. Is there a way to put buttons similar to form ControlBox buttons (also shown in the attached image at the top right corner for each of the custom vertical axis) and have these button...
- Thu Apr 29, 2010 2:30 am
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Narcis, Great. AutoscrollPosition.Y did the magic. Thanks for the help. One Q'n reg. the (upgrade to v4 and ) Pro support - my manager was looking into the pricing page on steema.com and it says 'Developer license' - As we know, the V3 license was for both development and unlimited distribution of d...
- Wed Apr 28, 2010 4:24 am
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
I tried all the alternatives similar to what you suggested. All these techniques works well as long as you the number of custom-y-axes count is small enough so that user doesn't need to scroll down. All these techniques fail once the user scrolls down to the last axis near the bottom x-axis. That is...
- Tue Apr 27, 2010 1:47 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Steema Support,
I have been waiting for this issue resolution for past two working days. Can someone help me with this issue?
I have been waiting for this issue resolution for past two working days. Can someone help me with this issue?
- Mon Apr 26, 2010 6:23 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Can someone help me out here please? Its a while I have been waiting for a working solution.
Thanks
Thanks
- Fri Apr 23, 2010 1:51 am
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Please find the code that does everything at runtime. Please create a blank vb .net project and paste this code. At runtime, Make sure you generate enough custom vertical axes to have the windows form a scroll bar. Then, scroll down to the last custom axis and try to drag-drop any file on the chart....
- Wed Apr 21, 2010 7:11 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
This doesn't help either, especially when you have chart rect size large enough (with multiple custom y-axis stacked vertically) to get a scroll bar.
Really appreciate if you provide a working example.
Really appreciate if you provide a working example.
- Tue Apr 20, 2010 5:00 am
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
The sample code you provided has an issue. The istartpos and iendpos values are relative to the chart (value 100 is 100 pixels down from the x-axis of that chart where as the mouse coordinates from drag-drop event are screen coordinates. How can i make them consistent?
- Tue Apr 20, 2010 3:50 am
- Forum: .NET
- Topic: Exporting chart's time data
- Replies: 1
- Views: 1825
Exporting chart's time data
I have a chart with X axis showing DateTime format (HH:MM:SS YYYY/MM/DD) and when I export the chart data I like to have the exported data for X axis in the time format shown. By default, I get a double for x-axis data. I use Steema.TeeChart.Export.DataExport for exporting to CSV and XML formats. Pl...
- Fri Apr 16, 2010 2:36 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Narcis, drag-drop is not my problem and i already implemented it. the issue is how to find the chart area that is dropped on. When i do drag-drop, chart's drag-drop event is triggered, but need to know how to get the start and end position of the custom y-axis that corresponds to dropped area. Can y...
- Fri Apr 16, 2010 1:46 pm
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Re: Drag-Drop onto custom Y-axis chart area
Sandra, 1. I want to drag-drop at runtime - meaning from windows explorer to the application with tchart display - NOT from visual studio or not at the development time/design time. 2. When a file is drag-dropped, i want to create a new series in the way I described in the original post (in the char...
- Thu Apr 15, 2010 5:32 am
- Forum: .NET
- Topic: Drag-Drop onto custom Y-axis chart area
- Replies: 18
- Views: 10436
Drag-Drop onto custom Y-axis chart area
I have a chart with multiple custom y-axis stacked vertically. If i want to implement a drag-drop event handler for the chart object such that when user drags a csv file onto an already displayed series with its own custom vertical y-axis, how do i go about it? To make myself more clear, say, in the...
- Thu Apr 15, 2010 4:15 am
- Forum: .NET
- Topic: CursorTool in vertically stacked multiple custom Y-axis
- Replies: 1
- Views: 1644
CursorTool in vertically stacked multiple custom Y-axis
I have a vertical stack of custom y-axes as shown in the sample code below. I need to get the cursor tool of the chart to showup on every series associated with separate custom y-axis. Currently, the cursor tool only showsup on the first series. Can you please suggest what i should do? Imports Steem...