Jump to content
Software FX Community

Style Sheets


User (Legacy)

Recommended Posts

Having defined one chart exactly how I would like it to appear, is there now

a way of saving those settings so that I can apply the style to other charts

used with in my .Net project?

Can ChartFX.Net be made to work with a CSS or similar? If so is there any

documentation on this?

Thanks in advance,

Jason

ChartFX.MainClient.zip

ChartFX.MainClient.zip

Link to comment
Share on other sites

In code, you can export this chart using the Export method and 

FileFormat.BinaryTemplate, you can later reuse this file in other charts

using the Import method.

Note that export/import work also with streams so you could cache this

template in memory, store it in a database on a per-user fashion, etc.

--

Regards,

JC

Software FX Support

"Jason Pittock" <jason.pittock@millerstarr.com> wrote in message

news:RlqTawHrEHA.3984@webserver3.softwarefx.com...

> Having defined one chart exactly how I would like it to appear, is there

> now

> a way of saving those settings so that I can apply the style to other

> charts

> used with in my .Net project?

>

> Can ChartFX.Net be made to work with a CSS or similar? If so is there any

> documentation on this?

>

> Thanks in advance,

>

> Jason

>

>

>

>

Link to comment
Share on other sites

Thanks, that looks like it would do most of what I need.

However I now considering whether it is also possible to extend the standard

SoftwareFX.ChartFX.Internet.Server class, to create a new class with my

colour, line settings etc. Is there any previous examples of this, is it

even possible?

Many thanks in advance,

Jason

"Software FX Support" <noreply> wrote in message

news:Dvo2aqJrEHA.4004@webserver3.softwarefx.com...

> In code, you can export this chart using the Export method and

> FileFormat.BinaryTemplate, you can later reuse this file in other charts

> using the Import method.

>

> Note that export/import work also with streams so you could cache this

> template in memory, store it in a database on a per-user fashion, etc.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Jason Pittock" <jason.pittock@millerstarr.com> wrote in message

> news:RlqTawHrEHA.3984@webserver3.softwarefx.com...

> > Having defined one chart exactly how I would like it to appear, is there

> > now

> > a way of saving those settings so that I can apply the style to other

> > charts

> > used with in my .Net project?

> >

> > Can ChartFX.Net be made to work with a CSS or similar? If so is there

any

> > documentation on this?

> >

> > Thanks in advance,

> >

> > Jason

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...