Search found 26 matches

by Avatar
Fri Feb 18, 2005 10:45 pm
Forum: .NET
Topic: Best Method for building minor logarithmic horizontal grid.
Replies: 1
Views: 4354

Best Method for building minor logarithmic horizontal grid.

Hi TeeChart I am nearing completion of my first chart app and I will need a minor logarithmic horizontal grid soon. In my Feb 4, 2005 thread: Major Grid and Minor Grid do not line up Teechart stated “At the moment the only workaround I can think is to manually draw vertical/horizontal gridlines dire...
by Avatar
Fri Feb 11, 2005 3:27 pm
Forum: .NET
Topic: Error with .Axes.Bottom.Maximum > 1000
Replies: 3
Views: 6717

I created a new chart and started adding code back and checking for an error. When my x axis is time on occasion the x axis labels overlap. I was using: Private Sub TChartz_GetAxisLabel(ByVal sender As Object, ByVal e As Steema.TeeChart.GetAxisLabelEventArgs) Handles TChartz.GetAxisLabel If (CType(s...
by Avatar
Thu Feb 10, 2005 7:12 pm
Forum: .NET
Topic: Error with .Axes.Bottom.Maximum > 1000
Replies: 3
Views: 6717

Error with .Axes.Bottom.Maximum > 1000

I am creating a chart standard line series. I am adding data with, TChartz.Series(0).Add(CDbl(Cumulative), CDbl(Y1Out)) When I set, TChartz.Axes.Bottom.Automatic = True I get an error “Input string was not in the correct format” But only if the x series goes over 1000 When I set TChartz.Axes.Bottom....
by Avatar
Thu Feb 03, 2005 10:43 pm
Forum: .NET
Topic: Major Grid and Minor Grid do not line up.
Replies: 1
Views: 4316

Major Grid and Minor Grid do not line up.

Hi TChart, My app has a 3 cycle logarithmic vertical scale. To date I have only used the major grid which appears to line up well with my data. I have now added a minor grid and notice it does not line up with the major grid. It is noticeably lower vertically than the major grid. I have a screen sho...
by Avatar
Wed Feb 02, 2005 4:53 pm
Forum: .NET
Topic: Assigning vertical axis changes Chart width.
Replies: 1
Views: 4028

Assigning vertical axis changes Chart width.

Hi TChart, I have a Chart with six standard line series. Each series has a separate vertical axis and a common bottom axis. I have three axes on the left and three on the right that correspond to each series. TChartz.Axes.Bottom.Automatic = False TChartz.Axes.Bottom.SetMinMax(StartDate, EndDate) TCh...
by Avatar
Mon Jan 10, 2005 4:27 am
Forum: .NET
Topic: DrawLine.DeleteSelected DrawHandles Remain
Replies: 1
Views: 3813

DrawLine.DeleteSelected DrawHandles Remain

I didn't get any response so I will try again. When you draw several lines with DrawLine and then delete one, the line disappears but the handles remain. Is there a way to remove the DrawHandles at the same time as DeleteSelected, or hide them? This action can be duplicated in your Demo. Also on you...
by Avatar
Mon Jan 03, 2005 10:51 pm
Forum: .NET
Topic: DrawLine.DeleteSelected DrawHandles Remain
Replies: 1
Views: 3991

DrawLine.DeleteSelected DrawHandles Remain

Hi TeeChart,
When deleting a line with ‘DrawLine.DeleteSelected’ the DrawHandles Remain. Is the a way to remove the DrawHandles at the same time as DeleteSelected.
Thanks
by Avatar
Tue Dec 28, 2004 10:45 pm
Forum: .NET
Topic: Set Custom axis for newline
Replies: 1
Views: 4184

Set Custom axis for newline

My Chart has six vertical axes from left to right they are Custom0 Custom1 Left Right Custom2 Custom3. The user selects a chart series and each series is set to a specific axis. To obtain, .StartPos.Y, EndPos.Y to the proper scale from ‘NewLine’ event I have to set the ‘Newline’ axis. This works for...
by Avatar
Mon Nov 08, 2004 2:21 pm
Forum: .NET
Topic: Bottom Labels Overlapping
Replies: 3
Views: 6500

Thanks Josep,
The chart looks great. I tried the links for the converter C# to VB.net.
by Avatar
Sat Nov 06, 2004 5:14 pm
Forum: .NET
Topic: Bottom Labels Overlapping
Replies: 3
Views: 6500

I saw this in one of the other posts private void tChart1_GetAxisLabel(object sender, Steema.TeeChart.GetAxisLabelEventArgs e) { if ((Steema.TeeChart.Axis)sender==tChart1.Axes.Bottom) e.LabelText = e.LabelText + " ."; } I can't figure out the VB.Net equivalent code. Will this work if I make every th...
by Avatar
Fri Nov 05, 2004 5:49 pm
Forum: .NET
Topic: Bottom Labels Overlapping
Replies: 3
Views: 6500

Bottom Labels Overlapping

I have installed the latest version of TeeChart.Net Nov 2004. I was waiting for this release so the year labels would relate to the data. This is done and it looks great. Now my problem is the lables overlap when a large number of years are displayed. Is there a way to display say every fifth label....