Search found 179 matches

by asupriya
Sun Nov 20, 2011 4:47 pm
Forum: .NET
Topic: Min-max labels of custom vertical axis
Replies: 3
Views: 5248

Min-max labels of custom vertical axis

I need to always display min-max values of custom Y-axis to a nearest rounded value. How can I do it?

Any help will be appreciated.
by asupriya
Sat Oct 08, 2011 2:32 pm
Forum: .NET
Topic: display min max values of custom axis
Replies: 1
Views: 3492

display min max values of custom axis

I have custom vertical axis for the graph display. How can force that it always displays the minimum and maximum values on the custom vertical axis?

Thanks for your help.
by asupriya
Tue Sep 20, 2011 3:26 pm
Forum: .NET
Topic: X-axis in dateTime format
Replies: 1
Views: 3665

X-axis in dateTime format

In the application we have, user option to display x-axis in relative time (starting 0 seconds at the beginning of the recorded data and incrementing it with the rate of collection) or in absolute time with dateTime stamp of data collection. User should able to switch between absolute time and relat...
by asupriya
Tue Aug 16, 2011 6:21 am
Forum: .NET
Topic: Units per division/tick
Replies: 1
Views: 3472

Units per division/tick

Is there a way to set tick marks on the custom y-axis to correspond to some meaningful values? I can show labels on the ticks, but they need to be round figures instead of automated values. when I display automatically, I want to get round numbers at the tickmarks with equal intervals and with max a...
by asupriya
Tue Aug 16, 2011 6:16 am
Forum: .NET
Topic: Change the units of X-axis
Replies: 1
Views: 3531

Change the units of X-axis

I have a sinusoidal wave form display. It can be displayed with Time (seconds) on X-axis or number of cycles of waveform. I can populate the series as per the user option at the time of loading the graph. However, if the user initially opts for x-axis in seconds, then once it is displayed, he wants ...
by asupriya
Fri Feb 25, 2011 5:27 pm
Forum: .NET
Topic: Legend overlaps with display
Replies: 1
Views: 3511

Legend overlaps with display

Hi,
2-25-2011 8-17-21 AM.png
2-25-2011 8-17-21 AM.png (65.4 KiB) Viewed 3624 times
As shown above, the legend at the bottom sometimes overlaps with the display. Can you please suggest a way to automatically adjust the chart height so that legend doesn't overlap with the graph display?

Thanks
by asupriya
Thu Sep 02, 2010 3:32 pm
Forum: .NET
Topic: Help button in Chart Editor
Replies: 3
Views: 5508

Re: Help button in Chart Editor

Yerey,

thanks for the tip. One more related question... I can hide main tabs as shown in my first post. How can i hide sub-tabs that I don't want (see the image)?
9-2-2010 10-30-39 AM.png
9-2-2010 10-30-39 AM.png (10.31 KiB) Viewed 5625 times
Thanks.
by asupriya
Wed Sep 01, 2010 1:35 am
Forum: .NET
Topic: Help button in Chart Editor
Replies: 3
Views: 5508

Help button in Chart Editor

Hi How can i hide the 'help' button in the charteditor? With following code, I get a export dialog that has 'Help' button. It popsup Teechart help and is not what we would like our users to see. How can we turn off this button. the code is as follows: Dim editor1 As New Steema.TeeChart.Editor editor...
by asupriya
Tue Aug 31, 2010 11:22 am
Forum: .NET
Topic: Remove Concentric Circles in PolarBar
Replies: 2
Views: 4342

Re: Remove Concentric Circles in PolarBar

Thank you Yeray. It took care of the issue.
by asupriya
Mon Aug 30, 2010 2:51 am
Forum: .NET
Topic: Remove Concentric Circles in PolarBar
Replies: 2
Views: 4342

Remove Concentric Circles in PolarBar

Hi, I have a polar bar series as shown in the attached image. How can i make sure the concentric circles are NOT drawn. I tried every thing, but could not turnoff these concentric circles. Please help. 8-29-2010 9-42-50 PM.png Here is my code For Chart: With MyChart .Legend.Visible = False .Panel.Co...
by asupriya
Thu Aug 19, 2010 2:09 pm
Forum: .NET
Topic: Multiple Selections with selector tool
Replies: 7
Views: 10529

Re: Multiple Selections with selector tool

Hope i am not forgotten yet... I need to get this multiple selector task done next week and need some guidance on how to access multiple selectors when user holds Ctrl button and clicks on fastline series.

Any help is greatly appreciated.
by asupriya
Mon Aug 16, 2010 4:57 am
Forum: .NET
Topic: TChart Click problem with form's scrollbar
Replies: 1
Views: 3280

TChart Click problem with form's scrollbar

Hi, I have multiple Tchart components vertically stacked as shown in the AVI movie 8-15-2010.zip and in this sample project WindowsApplication1.zip . When a user clicks on the TChart object that is partly invisible in the screen area, the scroll bar is automatically set to a position to display the ...
by asupriya
Sat Aug 14, 2010 4:31 am
Forum: .NET
Topic: Outline property
Replies: 6
Views: 8245

Re: Outline property

Sandra, Line series can't give me the desired performance. I have at least 18000 doubles per series with at least 6-10 series displayed at any given time. So, i guess i can't use this feature with my choice of series. Please consider adding it to the wishlist.
by asupriya
Sat Aug 14, 2010 4:27 am
Forum: .NET
Topic: Border Editor - Title change
Replies: 2
Views: 4202

Re: Border Editor - Title change

Great Yeray. Thanks for the help.
by asupriya
Fri Aug 13, 2010 6:36 am
Forum: .NET
Topic: Border Editor - Title change
Replies: 2
Views: 4202

Border Editor - Title change

Is there a way to change the title of the dialog box for editing series properties? I like to rename this generic "Border Editor" as "Series Properties". How can i do it? My code looks as follows Dim s As Steema.TeeChart.Styles.FastLine = CType(selectorPart.ASeries, Steema.TeeChart.Styles.FastLine) ...