Jump to content
Software FX Community

Stripes and multiple axes


User (Legacy)

Recommended Posts

I'm using ChartFx for windows forms.net v6.2

I have a line chart with multiple series and (more than 2) Y (vertical)

axes. The normal Y axis appears on the left, and the other Y axes appear on

the right.

I want to be able to draw a strip associated with each Y axis.

I only seem to be able to draw stripes for the first two series (ie using

the left axis Y and the Y2) axis.

Is there a restriction on being able to draw stripes associated with the Y3

etc axes?

The stripe.Axis only seems to want values from the AxisItem enumeration ie

X, X2, Y or Y2.

Link to comment
Share on other sites

You can assign it to any axis, the enumeration is just to make easy the most 

common case but you can always do:

stripe.Axis = (AxisItem) 3;

--

Francisco Padron

www.chartfx.com

"JM" <q@q.com> wrote in message

news:h8IraMtMGHA.2568@webserver3.softwarefx.com...

> I'm using ChartFx for windows forms.net v6.2

>

> I have a line chart with multiple series and (more than 2) Y (vertical)

> axes. The normal Y axis appears on the left, and the other Y axes appear

> on the right.

>

> I want to be able to draw a strip associated with each Y axis.

>

> I only seem to be able to draw stripes for the first two series (ie using

> the left axis Y and the Y2) axis.

>

> Is there a restriction on being able to draw stripes associated with the

> Y3 etc axes?

> The stripe.Axis only seems to want values from the AxisItem enumeration ie

> X, X2, Y or Y2.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...