Jump to content
Software FX Community

Setting a hatch pattern for a line


eridgway

Recommended Posts

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

Link to comment
Share on other sites

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 B)

-E

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...