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.
Line width in Compact Framework
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |