Search found 19 matches

by iEnergy
Wed Mar 02, 2011 3:43 am
Forum: .NET
Topic: How to change setup themes during runtime?
Replies: 2
Views: 2995

Re: How to change setup themes during runtime?

Many Thanks. This is exactly what I am looking for. Thanks again
by iEnergy
Fri Feb 25, 2011 2:15 am
Forum: .NET
Topic: How to change setup themes during runtime?
Replies: 2
Views: 2995

How to change setup themes during runtime?

Good Day,

I would like to know if its possible to change the chart's themes during runtime. I want to be able to use the provided themes ("black is back", "microsoft excel", business, web etc). Please let me know if this is possible. Thanks.
by iEnergy
Thu Dec 02, 2010 9:14 am
Forum: .NET
Topic: How to maximize the webchart area?
Replies: 1
Views: 2578

How to maximize the webchart area?

Hello,

I would like to know which property to set to maximize the size of the chart? The chart has a lot of bottom spaces. Please see attached sample.

Many Thanks
by iEnergy
Wed Nov 24, 2010 1:51 am
Forum: .NET
Topic: How to set number of ticks for circular gauges
Replies: 2
Views: 3059

Re: How to set number of ticks for circular gauges

Thanks Sandra!
by iEnergy
Tue Nov 23, 2010 10:38 am
Forum: .NET
Topic: How to set number of ticks for circular gauges
Replies: 2
Views: 3059

How to set number of ticks for circular gauges

I would like to know how to set the number of ticks(angles) for circular gauges?

Thanks
by iEnergy
Fri Oct 08, 2010 8:02 am
Forum: .NET
Topic: Overlaying Line over Candle Series Problem
Replies: 1
Views: 2611

Overlaying Line over Candle Series Problem

Hi,

The candle chart adjusts one point from the beginning whenever i am overlaying a Line series with it. I would like to know how to resolve this issue? Please see attached image. Many Thanks

Regards,
Roy
by iEnergy
Thu Sep 30, 2010 8:48 am
Forum: .NET
Topic: How to group bar without stacking
Replies: 2
Views: 3091

Re: How to group bar without stacking

Thanks
by iEnergy
Wed Sep 29, 2010 10:38 am
Forum: .NET
Topic: How to group bar without stacking
Replies: 2
Views: 3091

How to group bar without stacking

Hi, I would like to know how to create bar series and group them according to year but without stacking. I tried the Multibar property to side but it display's differently. Also is there a way to prevent the chart from using all the available space (scale based on the charts width). Please see attac...
by iEnergy
Wed Sep 22, 2010 3:28 am
Forum: .NET
Topic: How to adjust distance of bottom axis points
Replies: 1
Views: 2525

How to adjust distance of bottom axis points

I am currently using teechart asp.net and implemented the chart using the scroll tool. The problem is that the bottom axis label's distance is wide. Is there a way to specify the distance between labels of each points and the chart size would also automatically adjust based on the sum of total width...
by iEnergy
Mon Sep 13, 2010 10:05 am
Forum: .NET
Topic: How do I implement Scrolling Feature in ASP.NET
Replies: 5
Views: 4913

Re: How do I implement Scrolling Feature in ASP.NET

Thanks Yeray, I have seen the scrolling demo project, but i wanted to implement scrolling through MVC not as a webforms. The demo uses the WebChart server control embedded in the page. I was wondering if this is possible in MVC because the control cannot be added in the form directly. Thanks
by iEnergy
Fri Sep 10, 2010 9:52 am
Forum: .NET
Topic: How do I implement Scrolling Feature in ASP.NET
Replies: 5
Views: 4913

Re: How do I implement Scrolling Feature in ASP.NET

Thanks. I would like to know if scrolling just like in the demo can be done in ASP.NET MVC?
by iEnergy
Wed Sep 08, 2010 8:44 am
Forum: .NET
Topic: Multiple Horizontal Axis Label
Replies: 1
Views: 2593

Multiple Horizontal Axis Label

I have a horizontal values that has 1-24 intervals. I would like to know how to put labels below it so that I can display the date the interval belongs. e.g. 1----------------2----------------3...24----------------1----------------2----------------3...24 1/1/2009----------------------------1/2/2009 ...
by iEnergy
Wed Sep 08, 2010 3:27 am
Forum: .NET
Topic: How do I implement Scrolling Feature in ASP.NET
Replies: 5
Views: 4913

How do I implement Scrolling Feature in ASP.NET

Hi I have a chart that has large number of x values, webchart automatically adjusts the x labels depending on the size of the chart. I would like to know how to display the chart displaying all the x labels but with webchart scrollbar function.
Many Thanks,
Roy A.
by iEnergy
Tue Jun 08, 2010 1:19 am
Forum: .NET
Topic: How to Redraw/Save Web Chart with different Style Properties
Replies: 2
Views: 2989

How to Redraw/Save Web Chart with different Style Properties

Hi, I am using TeeChart for ASP.NET. How do I export and save a chart that would have different style properties. example First chart to be generated should have width and height of 200 while second chart will have width and height of 1000 and 800. guid = Guid.NewGuid().ToString(); fileName = guid +...