Jump to content
Software FX Community

x-axis labels


User (Legacy)

Recommended Posts

On the x-axis I moved the x-axis labels to the legend on the right side and

all the series are associated with a number since they are all the same

color. How can I get that numbering to show up on the x-axises. I know if

I add color to each series the color will show up on the legend correspnding

to the series.

-Peter

Link to comment
Share on other sites

I am not sure I completely understand your question but you may want to try

using the KeyLeg property as follows

chart.KeyLeg(0) = "1"

chart.KeyLeg(1) = "2"

...

etc

You could also turn on the AS_IGNORELABELS flag using the Axis.Style

property.

--

Regards,

JC

Software FX Support

"Peter" <plee@doubleclick.net> wrote in message

news:zluxkR9aCHA.3620@webserver1.softwarefx.com...

> On the x-axis I moved the x-axis labels to the legend on the right side

and

> all the series are associated with a number since they are all the same

> color. How can I get that numbering to show up on the x-axises. I know

if

> I add color to each series the color will show up on the legend

correspnding

> to the series.

>

> -Peter

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...