Search found 4 matches

by dave
Wed Aug 04, 2004 2:21 pm
Forum: .NET
Topic: bottom axis labels overlap
Replies: 2
Views: 5393

The axis is set to auto. I upgraded to the latest version and it improved, but is still a problem. The labels are typically 10-11 chars. Thanks, // Create the surface surface = new Steema.TeeChart.Styles.Surface(); tChart1.Series.Add(surface); //tChart1.Axes.Bottom.Labels.Separation = 10; surface.Ti...
by dave
Wed Aug 04, 2004 2:10 pm
Forum: .NET
Topic: need custom labels on depth axis
Replies: 2
Views: 5139

I got it working, but noticed that e.LabelText sometimes contained strings that did not make sense. My data is from 0-16 but string values of -1.88 or 20 would sometimes be found in e.LabelText during this event. I've filtered these out, but is there any way to make this less "hacky"? Thanks, if((St...
by dave
Mon Aug 02, 2004 8:05 pm
Forum: .NET
Topic: bottom axis labels overlap
Replies: 2
Views: 5393

bottom axis labels overlap

Using a 3D chart, the bottom axis labels overlap. Resizing will make them better and then worse. Changing the separation value only make it worse. Is there a way to get the auto sizing to work properly?

version 1.0.1189.31308
by dave
Mon Aug 02, 2004 8:02 pm
Forum: .NET
Topic: need custom labels on depth axis
Replies: 2
Views: 5139

need custom labels on depth axis

While the numeric labels are visible, I need to replace them with custom text labels on the depth axis. Is there a way to do this?

version 1.0.1189.31308