Search found 3 matches

by May
Thu Mar 28, 2013 4:42 pm
Forum: .NET
Topic: Fit Width
Replies: 1
Views: 2792

Fit Width

Hello there,

We are using teechart for .NET in our webpages. Is there anyways I can set the width of the chart in percentage so that it fits the entire screen no matter what the resolution is?

With higher resolution, as of now, it leaves a lot of white space around which looks very odd.

Thanks.
by May
Tue Sep 04, 2012 7:41 pm
Forum: .NET
Topic: Legend
Replies: 1
Views: 2876

Legend

I have a series in a web chart. It shows the data for a Region and all the sub-regions. The actual color of the bar is light blue and if the data is that of the region, we change the color to dark blue as below, WebChart1.Chart[0].Add(data1, data2, System.Drawing.Color.Blue); Both of these colors ha...
by May
Tue Sep 04, 2012 5:25 pm
Forum: .NET
Topic: Bar width
Replies: 1
Views: 2885

Bar width

I'm having a webchart. I set the width to 1000px. We are adding a different number of bars for different settings. If we add, say 10 bars, the width of the bar is thin. Next time, when we have to add only 2 bars, the width is too thick. Is there anyways, we can set the bar width to be consistent and...