Jump to content
Software FX Community

How to make a Band Chart


User (Legacy)

Recommended Posts

Hi Hendra:

Run the Chart FX for .NET Wizard (Right-Click the chart object at Design

time) and there's a similar chart type in the gallery (first step). Select

it and take a look at the code being generated by the wizard. This might

give you an idea of how to accomplish this with your own data (the sample

uses IniValues, which I think it's more suitable for what you want to do).

Regards

SFX Support

"Hendra Kusumadi" <hkusumadi@klfinancialgroup.com> wrote in message

news:BdrznqjxCHA.1384@webserver1.softwarefx.com...

> I'm having trouble making a band chart. I try to have two area chart

stacked

> togehther. It looked nice until I set the AxisY Gidlines to true. I want

to

> have the gridlines appear. So it will look like a band. The gridlines is

> very important to me.

>

> So any idea?

>

>

>

Link to comment
Share on other sites

It gave me an error message when I run the wizard for that "Area with

Initial Value" chart.

The error message: "Overflow Exception: Overflow error"

Could you give me a sample code of using "IniValues"?

Thanks for your help.

Regards,

Hendra

"SoftwareFX" <renegarcia@msn.com> wrote in message

news:0y7RPeyxCHA.1384@webserver1.softwarefx.com...

> Hi Hendra:

>

> Run the Chart FX for .NET Wizard (Right-Click the chart object at Design

> time) and there's a similar chart type in the gallery (first step). Select

> it and take a look at the code being generated by the wizard. This might

> give you an idea of how to accomplish this with your own data (the sample

> uses IniValues, which I think it's more suitable for what you want to do).

>

> Regards

>

> SFX Support

>

> "Hendra Kusumadi" <hkusumadi@klfinancialgroup.com> wrote in message

> news:BdrznqjxCHA.1384@webserver1.softwarefx.com...

> > I'm having trouble making a band chart. I try to have two area chart

> stacked

> > togehther. It looked nice until I set the AxisY Gidlines to true. I want

> to

> > have the gridlines appear. So it will look like a band. The gridlines is

> > very important to me.

> >

> > So any idea?

> >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...