Jump to content

How to show/remove labels of a line in combination chart using ironpython


Fabio Ruggeri

Recommended Posts

Hello,

I have a combination chart with one series of bars and two series of lines.

I would like to have labels for the bars and even labels for just ONE of the two lines.

I know how to show/remove labels for line series, but I don't know how to do that for just one of my series line.

Is it possible, maybe using ironpython

I saw that it is possible to write this command

myVis.Lines.ShowMarkerLabels = True

but this applies to all my series lines, I'm not able to apply that to just one.

Thank you for your help

Fabio

Link to comment
Share on other sites

Thanks for your reply.If I am not wrong, following your suggestion I remove the labels of lines, bars and axes from the combination chart. What I need, instead, is to maintain bar and axes labels, maintain labels of one line (named 'Actual'), but remove the labels for just one line (named 'Budget'). In Properties -> Labels there is the option Show line marker labels that shows or removes the line labels. I need something similar, but working just for my 'Budget' line. This is the reason why I am looking at ironpython script, because it seems there is no a default option that allows to do what I need.Thanks

Fabio

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...