Search found 3 matches
- Fri Feb 04, 2005 2:07 pm
- Forum: .NET
- Topic: X-axis labels disappear as control is sized larger
- Replies: 2
- Views: 4598
Thanks, that works. Though, I don't understand why I should have to do set the increment. It's somehow able to handle placing the labels initially. When the control gets smaller it knows how to calculate a new increment such that labels don't overlap. Seems like it should apply the same idea when th...
- Wed Feb 02, 2005 9:33 pm
- Forum: .NET
- Topic: X-axis labels disappear as control is sized larger
- Replies: 2
- Views: 4598
X-axis labels disappear as control is sized larger
I'm having a problem with the labels on the x-axis disappearing as the size of the TeeChart control gets larger. As the window (and the TeeChart control) is dragged larger, the labels that are showing disappear except for the label at 0. I've got a very simple example with the 20 numbers 0, 0.005, 0...
- Tue Nov 02, 2004 6:48 pm
- Forum: .NET
- Topic: Multiple Pie Series and ChartRect
- Replies: 1
- Views: 4064
Multiple Pie Series and ChartRect
I'm trying to get two pie charts to line up next to each other. I looked at the TeeChart for .Net Examples and found code to set the ChartRect to position each chart. The code in the example looks like it's trying to put four charts in the window--2 rows of 2 charts each, with each chart taking up 1...