Search found 11 matches

by smcmickens
Wed Mar 08, 2006 10:44 pm
Forum: .NET
Topic: Dynamic WebCharts on same page
Replies: 4
Views: 8202

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...
by smcmickens
Tue Jun 08, 2004 2:26 pm
Forum: .NET
Topic: Stacked bar chart
Replies: 3
Views: 9044

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...
by smcmickens
Mon Jun 07, 2004 9:18 pm
Forum: .NET
Topic: Stacked bar chart
Replies: 3
Views: 9044

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?
by smcmickens
Mon May 10, 2004 2:37 pm
Forum: .NET
Topic: Resize Chart
Replies: 3
Views: 9491

Never mind. That did work. Did not recognize change until I closed IE and opened it back up. I guess I was looking at a cache version of the page. Thanks for your help.
by smcmickens
Mon May 10, 2004 2:33 pm
Forum: .NET
Topic: Resize Chart
Replies: 3
Views: 9491

I tried that, but it seems to ignore that piece of code. I put those two lines in every function I have including the Page Load and nothing seems to work. Is there something else I need to do for it to recognize I want to change the chart size from its original dimensions?
by smcmickens
Thu May 06, 2004 7:29 pm
Forum: .NET
Topic: Resize Chart
Replies: 3
Views: 9491

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...
by smcmickens
Wed Mar 17, 2004 10:38 pm
Forum: .NET
Topic: Overlapping of Marks on Bar Charts
Replies: 9
Views: 21620

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...
by smcmickens
Wed Mar 03, 2004 9:09 pm
Forum: .NET
Topic: How can I avoid "Mark" overlap on a Pie Chart
Replies: 8
Views: 17900

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...
by smcmickens
Tue Feb 24, 2004 10:21 pm
Forum: .NET
Topic: Label Ordering
Replies: 1
Views: 6777

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...
by smcmickens
Tue Jan 20, 2004 5:26 pm
Forum: .NET
Topic: Line Graph
Replies: 2
Views: 9575

Thank you. That worked!!!
by smcmickens
Tue Jan 20, 2004 4:03 pm
Forum: .NET
Topic: Line Graph
Replies: 2
Views: 9575

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.