Jump to content
Software FX Community

Regarding Gallery...


User (Legacy)

Recommended Posts

I am a newbie, so pardon me if this is a really simple question. 

I want to have a generic chartFX graph on my form. I want to save the layout of the chart (using export()) as text and the type of the graph (like SoftwareFX.ChartFX.Gallery.Pie) as a string in the database. While importing, how do I tell the graph what type of graph it is (like if it is a pie chart or a bar graph). Obviously I don't want to code it in there everytime. Please help.

Thanks,

Raja

Link to comment
Share on other sites

The Gallery property allows you to set/get the current gallery type of the 

chart. e.g. Gallery.Pie, Gallery.Bar, etc.

--

Regards,

JC

Software FX Support

"Rajendra Prasad" <prasad@coolgoose.com> wrote in message

news:Kf4O1f2uEHA.424@webserver3.softwarefx.com...

I am a newbie, so pardon me if this is a really simple question.

I want to have a generic chartFX graph on my form. I want to save the layout

of the chart (using export()) as text and the type of the graph (like

SoftwareFX.ChartFX.Gallery.Pie) as a string in the database. While

importing, how do I tell the graph what type of graph it is (like if it is a

pie chart or a bar graph). Obviously I don't want to code it in there

everytime. Please help.

Thanks,

Raja

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...