DrawLine line styles
Posted: Fri Jul 20, 2007 1:55 pm
With the ActiveX version of TeeChart I could get good distinction between line types (dashed, dash-dot, dash-dot-dot, and dotted). With the new .NET version the distinction is not so great - to set the line type I am using, e.g.:
dlNewLine.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dash;
dlNewLine.Pen.DashCap = System.Drawing.Drawing2D.DashCap.Round;
Can anyone suggest how I can get better distinction between the line types. I have posted two images on the upload site:
ActiveX version - TI-BE-5-6-7.jpg (good distinction)
.NET version - ShowLineTypes.jpg (poor distinction)
dlNewLine.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dash;
dlNewLine.Pen.DashCap = System.Drawing.Drawing2D.DashCap.Round;
Can anyone suggest how I can get better distinction between the line types. I have posted two images on the upload site:
ActiveX version - TI-BE-5-6-7.jpg (good distinction)
.NET version - ShowLineTypes.jpg (poor distinction)