changing the line 'pen' to dash or dot
Posted: Fri Sep 30, 2005 5:17 am
Dear Supporter,
I'm using Build 2.0.2040.15119 and found the following problem: changing the pen to draw a (for instance) dotted line, changes the line in the legend but not the line on the graph.
Code snippet:
Dim lineseries As Steema.TeeChart.Styles.Line
lineseries = serie
lineseries.LinePen.Style = Drawing2D.DashStyle.Dot
As I understood it, this problem was solved in this version (see release specs).
If this is a known bug, could this be prioritised for repair as it is a very basic function in plotting multiple series in black and white (for reports and publications).
Cheers
Francis
I'm using Build 2.0.2040.15119 and found the following problem: changing the pen to draw a (for instance) dotted line, changes the line in the legend but not the line on the graph.
Code snippet:
Dim lineseries As Steema.TeeChart.Styles.Line
lineseries = serie
lineseries.LinePen.Style = Drawing2D.DashStyle.Dot
As I understood it, this problem was solved in this version (see release specs).
If this is a known bug, could this be prioritised for repair as it is a very basic function in plotting multiple series in black and white (for reports and publications).
Cheers
Francis