Line Chart Marks Did Not Appear
Posted: Wed Jun 18, 2008 5:41 am
Dear Sir/Madam,
I draw a Bar chart and turn on Marks as below:
That works fine. But when I change it to Line chart:
The Label disappeared.
Same thing happen to most of the chart styles except Bar/Horizontal Bar/Bar3D (to name a few, if not all).
What happen? How do I put the mark for those chart style?
Thanks.
Rgds,
Stephen
I draw a Bar chart and turn on Marks as below:
Code: Select all
wChart.Chart.Series(i).Marks.Style = Steema.TeeChart.Styles.MarksStyles.Label
Code: Select all
wChart.Chart.Series.Add(New Steema.TeeChart.Styles.Line())
Same thing happen to most of the chart styles except Bar/Horizontal Bar/Bar3D (to name a few, if not all).
What happen? How do I put the mark for those chart style?
Thanks.
Rgds,
Stephen