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.
Search found 3 matches
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...
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...