Search found 26 matches

by Avatar
Mon Aug 08, 2005 3:04 pm
Forum: .NET
Topic: Timestep greater than a Year
Replies: 6
Views: 10368

Hi Chris,

I tried this code and the only time it works is if

tChart1.Axes.Bottom.Labels.Angle = 90

If I leave this line out or Angle= 0 it does't work. I get two vertical lines
in the same place reguardless of the increament set.

Suggestions?
by Avatar
Thu Aug 04, 2005 2:57 am
Forum: .NET
Topic: Timestep greater than a Year
Replies: 6
Views: 10368

Timestep greater than a Year

Hi Teechart Thought pass questions I have been able to set the labels so they do not overlap and my grid is set at one year. TChartz.Axes.Bottom.Increment = Steema.TeeChart.Utils.GetDateTimeStep(DateTimeSteps.OneYear) I have a graph with 53 years of data and with a vertical line every year it is get...
by Avatar
Tue Jul 12, 2005 3:11 pm
Forum: .NET
Topic: Drawline vanishes when mouse not moving.
Replies: 1
Views: 4354

Drawline vanishes when mouse not moving.

Hi TeeChart With TeeChart 2.01992.14012 I have added a Drawline to my chart and have noticed when a new line is added the line is only visible when the mouse is moving (on creation). The line is visible on MouseUp. I created a new project add TeeChart, add drawline and run. MouseDown a line is drawn...
by Avatar
Tue Jun 21, 2005 1:21 pm
Forum: .NET
Topic: How do I turn off the datetime format?
Replies: 3
Views: 6684

Hi Narcís

Using
TChart1.Axes.Bottom.IsDateTime = False

I get an error

Property 'IsDateTime' is Read Only
by Avatar
Tue Jun 21, 2005 12:02 am
Forum: .NET
Topic: How do I turn off the datetime format?
Replies: 3
Views: 6684

How do I turn off the datetime format?

Axes.Botton Stuck on DateFormat I have the latest build 2.0.1992.14012 I have a chart which I view Pressure points against Time(Years/dates). Then I view the same points against cumulative production (non-time). The bottom axis still comes out as a Time format with 0 being Jan 1, 1900. How do I turn...
by Avatar
Mon Jun 06, 2005 2:48 pm
Forum: .NET
Topic: Annotation Moves with Print Detail Resolution Change
Replies: 1
Views: 4474

Annotation Moves with Print Detail Resolution Change

Hi TChart I have an Annotation set in the Top Right of my chart. When Print Detail Resolution is increased the Annotation moves to the origin. Is there a way to lock down the Annotation so it will not move. Or Is there a way to remove Print Detail Resolution from the Print Preview control so users d...
by Avatar
Thu Jun 02, 2005 4:14 pm
Forum: .NET
Topic: Printer.Margins.Right being ignored
Replies: 9
Views: 13568

Hi Narcís,

I got the email thanks. Can I paste a CS Class in a VB form? I can make out some of it but I may not be able to translate all of it. I am about a month away from finishing my app will the new release be avalable by then (ballpark ish)? I am also waiting on other fixes.

Thanks
by Avatar
Thu Jun 02, 2005 1:33 pm
Forum: .NET
Topic: Printer.Margins.Right being ignored
Replies: 9
Views: 13568

Hi Narcís, Yes, that was done in the original app. The version I sent you was to step you through what I am seeing. Now in the version you have TChart1.Panel.MarginUnits = Steema.TeeChart.PanelMarginUnits.Pixels TChart1.Panel.MarginRight = 65 TChart1.Printer.Margins.Right = 100 And Print it. Print p...
by Avatar
Wed Jun 01, 2005 3:02 pm
Forum: .NET
Topic: Printer.Margins.Right being ignored
Replies: 9
Views: 13568

Hi Narcís

Yes I did that. I have sent file to News://www.steema.net/steema.public.attachments
called 'PrintMargins'

If legend is visable = false the right axis will not display in either the design-time or run time.

Thanks
by Avatar
Tue May 31, 2005 9:21 pm
Forum: .NET
Topic: Printer.Margins.Right being ignored
Replies: 9
Views: 13568

Hi Narcís All of the axis were set to visible. I have been trying different things. I create a new project. Place an instance of TeeChart on it and Dock it to all sides. I add one line series non 3D. I add a Custom axis Other Side = true Position = -30 in pixels. The axis is visible. I make the lege...
by Avatar
Tue May 31, 2005 3:23 pm
Forum: .NET
Topic: Printer.Margins.Right being ignored
Replies: 9
Views: 13568

Printer.Margins.Right being ignored

Hi Teechart My Chart has 6 axis’s 3 on the right and three on the left. The farthest right position is set to -30 Other side. When I go to print part of the far right axis gets cut off. No matter what size I set ‘Printer.Margins.Right’ I get the same plot. If I preview the plot ‘Printer.Margins.Righ...
by Avatar
Mon May 30, 2005 2:45 pm
Forum: .NET
Topic: CursorTool Not Firing Properly?
Replies: 1
Views: 4513

CursorTool Not Firing Properly?

I have added a CursorTool to my TeeChart. I require the Y value for a given Series to display in a label. CursorToolz.Active = True CursorToolz.FollowMouse = True CursorToolz.Series = Y1 CursorToolz.Style = Steema.TeeChart.Tools.CursorToolStyles.Both I have tried: Private Sub CursorTool_Change(ByVal...
by Avatar
Thu May 19, 2005 9:08 pm
Forum: .NET
Topic: VB Help with GetPointerStyle
Replies: 1
Views: 4607

VB Help with GetPointerStyle

Hi TeeChart I have my line series ‘Y1’ and I want to display every forth point. I thing I have GetPointerStyle OK, but I have no way to call it. I have taken the various examples in the demo and off the site and run them through the C# to VB translators but they don’t come out clean enough for me to...
by Avatar
Thu May 19, 2005 4:54 pm
Forum: .NET
Topic: Is There a DrawEvery for Pointer
Replies: 1
Views: 4569

I found an example using GetPointerStyle.
Thanks
by Avatar
Thu May 19, 2005 3:18 pm
Forum: .NET
Topic: Is There a DrawEvery for Pointer
Replies: 1
Views: 4569

Is There a DrawEvery for Pointer

I see there is a DrawEvery for marks but can't see one for Points. Is there another way to do this?

Thanks