Jump to content
Software FX Community

PointLabels - Series Line Chart


User (Legacy)

Recommended Posts

2 part question....

I would like to be able to adjust the point labels on each series to only

display the Y value. Presently, the pointlabel displays like the following:

June 2002 $200,000. The date is on the X axis and the dollar amount is on

the Y. Can I just display the Y value? So when a user selectes on a

datapoint they only see $200,000.

I have also tried setting the pointlabels to off for all series with the

following:

ChartName.Series(SeriesIndex).PointLabels=false

I have also tried:

ChartName.Series("ALL").PointLabels=false

This has not worked. The pointlabels still display. Am I missing

something?

Thanks!

Patrick

Link to comment
Share on other sites

That worked for me.  Thanks again!

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:PyzL5A1LCHA.1280@webserver1.softwarefx.com...

> 1) Use the PointLabelMask property to customize what shown in the point

> labels.

>

> 2) To turn off the point labels do:

>

> Chart1.PointLabels = false

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...