Jump to content
Software FX Community

Line styles have no effect on series in svg output


User (Legacy)

Recommended Posts

No matter where in my code I put these lines:

Chart1.Series[8].LineStyle = System.Drawing.Drawing2D.DashStyle.Dash;

Chart1.Series[8].LineWidth = 8;

Chart1.Series[9].LineStyle = System.Drawing.Drawing2D.DashStyle.Dot;

Chart1.Series[9].LineWidth = 5;

Chart1.Series[10].LineStyle = System.Drawing.Drawing2D.DashStyle.DashDot;

Chart1.Series[10].LineWidth = 5;

I get a solid, one pixel wide line. Is this a bug or an unimplemented

feature in svg graphs?

Link to comment
Share on other sites

Terry:

Can you send me the code you are using to get SVG output to work. The

documentation has very little information regarding SVG output. What

references did you need to add? What Imports did you add?

Thanks

Craig Huck

"Trey Schultz" <trey.schultz@serveron.com> wrote in message

news:UTG$wMZZCHA.3136@webserver1.softwarefx.com...

> No matter where in my code I put these lines:

>

> Chart1.Series[8].LineStyle = System.Drawing.Drawing2D.DashStyle.Dash;

> Chart1.Series[8].LineWidth = 8;

> Chart1.Series[9].LineStyle = System.Drawing.Drawing2D.DashStyle.Dot;

> Chart1.Series[9].LineWidth = 5;

> Chart1.Series[10].LineStyle =

System.Drawing.Drawing2D.DashStyle.DashDot;

> Chart1.Series[10].LineWidth = 5;

>

> I get a solid, one pixel wide line. Is this a bug or an unimplemented

> feature in svg graphs?

>

>

Link to comment
Share on other sites

We have fixed the bug related to LineStyle and Width, our next service pack

will fix this issue.

--

Regards,

JC

Software FX Support

"Trey Schultz" <trey.schultz@serveron.com> wrote in message

news:IpiQzPmZCHA.3140@webserver1.softwarefx.com...

> Have you confirmed my line styles issue?

>

>

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:3hjlmblZCHA.1332@webserver1.softwarefx.com...

> > In the support site, under On-Line Documentation you can find a sample

for

> > generating SVG images under Miscellaneous.

> >

> > --

> > FP

> > Software FX, Inc.

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...