Jump to content
Software FX Community

Need to have Point labels display different values than Y axis


User (Legacy)

Recommended Posts

Hello,

I need to have the point labels display 1 decimal #.#% and the Y axis to

display no decimals on a chart.

I thought I might accomplish this by setting the Point.Tag property to the

value and then use PointLabelMask %L to display the tag. This

way the the Y axis LabelsFormat can be set to no decimals.

Would this be the way to go? If so, I can't find out to access the Y values

to loop through and set the point tag property.

Thanks for any help.

Russ Murray

Link to comment
Share on other sites

Yes that was easy and I feel a little more stupid than when I woke up this

morning. ;-)

Thanks.

Russ Murray

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

news:ry6x1jH7GHA.3844@webserver3.softwarefx.com...

> Easy:

>

> chart.AxisY.LabelsFormat.Decimals = 0;

> chart.AxisY.DataFormat.Decimals = 2;

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...