Search found 11 matches
- Wed Mar 08, 2006 10:44 pm
- Forum: .NET
- Topic: Dynamic WebCharts on same page
- Replies: 4
- Views: 9126
I am wanting to do the same thing for my office. I tried copying and pasting the code mentioned, but that does not work. Is there more code besides what was written that is assumed that I may be missing? I want to have a page that will display x number of graphs based off of x number of records retu...
- Tue Jun 08, 2004 2:26 pm
- Forum: .NET
- Topic: Stacked bar chart
- Replies: 3
- Views: 9890
Thanks, that worked. Is there a way you can display the total of all values in the stack at the end of the stack? Also, how can you get it to where each stack is sorted by the actual value instead of the label? For example, I have a graph that displays the number of times a safety incident has occur...
- Mon Jun 07, 2004 9:18 pm
- Forum: .NET
- Topic: Stacked bar chart
- Replies: 3
- Views: 9890
Stacked bar chart
Is there a way to have the marks on a stacked bar chart display on "top" of the bar the mark applies to instead of "behind" the next bar on the stack? Also, is there a way to have it where each series containing a stacked bar is sorted by the actual value of the y axis and not the label?
- Mon May 10, 2004 2:37 pm
- Forum: .NET
- Topic: Resize Chart
- Replies: 3
- Views: 10451
- Mon May 10, 2004 2:33 pm
- Forum: .NET
- Topic: Resize Chart
- Replies: 3
- Views: 10451
- Thu May 06, 2004 7:29 pm
- Forum: .NET
- Topic: Resize Chart
- Replies: 3
- Views: 10451
Resize Chart
Is there a way to autoresize a chart based on the client's screen resolution? I have tried setting the chart width and height property, but it seems to ignore those commands unless I need to put those in a certain subroutine or function to get them to work. I am using TeeChart for .Net version 1.0.1...
- Wed Mar 17, 2004 10:38 pm
- Forum: .NET
- Topic: Overlapping of Marks on Bar Charts
- Replies: 9
- Views: 23273
Overlapping of Marks on Bar Charts
I have noticed several posts here before on overlapping of marks and a reference to the sample code in the Tutorial that comes with TeeCharts, but I am not having any luck getting it to work. Isaw where Josep had talked about posting some sample code on this, but I can not find it anywhere. I have a...
- Wed Mar 03, 2004 9:09 pm
- Forum: .NET
- Topic: How can I avoid "Mark" overlap on a Pie Chart
- Replies: 8
- Views: 21002
Has the sample code Josep talked about been posted somewhere. I am having troubles too with marks being overlapped. I have a barchart graph with a bar for each shift for each month. Depending on the values associated with each shift the marks sometimes overlap. I was thinking about moving the left m...
- Tue Feb 24, 2004 10:21 pm
- Forum: .NET
- Topic: Label Ordering
- Replies: 1
- Views: 7266
Label Ordering
I have a chart that shows # of minutes in downtime per shift per area. The chart shows each area with a bar for each shift along the graph. The problem I am having is since I am using the areaid for grouping so the bars for each shift for that area appear next to each other, the labels sometimes ove...
- Tue Jan 20, 2004 5:26 pm
- Forum: .NET
- Topic: Line Graph
- Replies: 2
- Views: 10336
- Tue Jan 20, 2004 4:03 pm
- Forum: .NET
- Topic: Line Graph
- Replies: 2
- Views: 10336
Line Graph
How can you increase the actual thickness of the line drawn on a line graph? The default size seems to be very thin and hard to see for our users. Any help would be appreciated.