eridgway Posted January 3, 2008 Report Share Posted January 3, 2008 Having troubles setting the hatch pattern on a line chart. Here is the syntax I am trying... chtPacing.Series[0].Pattern = HatchStyle.SmallCheckerBoard; ...I know there is the LineStyle option... chtPacing.Series[0].LineStyle = DashStyle.Dot; ...but I was hoping to use the different HatchStyles. Any suggestions? Thanks, -E Quote Link to comment Share on other sites More sharing options...
Frank Posted January 3, 2008 Report Share Posted January 3, 2008 The hatch style will show up in the line marker (if you have one visible), the line itself can be drawn using a LineStyle only. What were you actually expecting? to see I can not visualize a hatchstyle used in a line. Quote Link to comment Share on other sites More sharing options...
eridgway Posted January 4, 2008 Author Report Share Posted January 4, 2008 It was a request from one of my co-workers (superiors) who saw someone else do it on a line chart. It looks pretty crappy IMO (a really thick checkerboarded line), but it wasn't my call. Now that I know the software can't handle it, I can use the software as the reason I can't do it rather than my own personal sense of style. Thanks -E Quote Link to comment Share on other sites More sharing options...
Frank Posted January 4, 2008 Report Share Posted January 4, 2008 Got it! I've been there myself. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.