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?
Search found 26 matches
- Mon Aug 08, 2005 3:04 pm
- Forum: .NET
- Topic: Timestep greater than a Year
- Replies: 6
- Views: 11088
- Thu Aug 04, 2005 2:57 am
- Forum: .NET
- Topic: Timestep greater than a Year
- Replies: 6
- Views: 11088
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...
- Tue Jul 12, 2005 3:11 pm
- Forum: .NET
- Topic: Drawline vanishes when mouse not moving.
- Replies: 1
- Views: 4643
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...
- Tue Jun 21, 2005 1:21 pm
- Forum: .NET
- Topic: How do I turn off the datetime format?
- Replies: 3
- Views: 7199
- Tue Jun 21, 2005 12:02 am
- Forum: .NET
- Topic: How do I turn off the datetime format?
- Replies: 3
- Views: 7199
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...
- Mon Jun 06, 2005 2:48 pm
- Forum: .NET
- Topic: Annotation Moves with Print Detail Resolution Change
- Replies: 1
- Views: 4730
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...
- Thu Jun 02, 2005 4:14 pm
- Forum: .NET
- Topic: Printer.Margins.Right being ignored
- Replies: 9
- Views: 15050
- Thu Jun 02, 2005 1:33 pm
- Forum: .NET
- Topic: Printer.Margins.Right being ignored
- Replies: 9
- Views: 15050
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...
- Wed Jun 01, 2005 3:02 pm
- Forum: .NET
- Topic: Printer.Margins.Right being ignored
- Replies: 9
- Views: 15050
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
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
- Tue May 31, 2005 9:21 pm
- Forum: .NET
- Topic: Printer.Margins.Right being ignored
- Replies: 9
- Views: 15050
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...
- Tue May 31, 2005 3:23 pm
- Forum: .NET
- Topic: Printer.Margins.Right being ignored
- Replies: 9
- Views: 15050
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...
- Mon May 30, 2005 2:45 pm
- Forum: .NET
- Topic: CursorTool Not Firing Properly?
- Replies: 1
- Views: 4800
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...
- Thu May 19, 2005 9:08 pm
- Forum: .NET
- Topic: VB Help with GetPointerStyle
- Replies: 1
- Views: 4898
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...
- Thu May 19, 2005 4:54 pm
- Forum: .NET
- Topic: Is There a DrawEvery for Pointer
- Replies: 1
- Views: 4822
- Thu May 19, 2005 3:18 pm
- Forum: .NET
- Topic: Is There a DrawEvery for Pointer
- Replies: 1
- Views: 4822
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
Thanks