Line width in Compact Framework

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Archie
Newbie
Newbie
Posts: 1
Joined: Thu Mar 22, 2007 12:00 am

Line width in Compact Framework

Post by Archie » Wed May 02, 2007 1:07 pm

I am using the pocket PC version of TeeChart with a Windows CE terminal and cannot get the thickness of lines on my chart to change. This is a snippet of my code:

Private PlowHPLine As New Steema.TeeChart.Styles.Line
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
TChart1.Legend.Visible = False
TChart1.Aspect.View3D = False

'* Add lines to the chart, This has to be done in code on Win CE
PlowHPLine.Color = Color.LightBlue
PlowHPLine.LinePen.Width = 8
TChart1.Series.Add(PlowHPLine)


No matter what I make the pen width, the line is always 1 point wide.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 02, 2007 1:27 pm

Hi Archie,

Yes, this is a known issue (TF02011400) in our defect list to be fixed for future releases. Please be aware at this forum for new release announcements and what's being implemented/fixed on them.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply