Jump to content
Software FX Community

RE: modifying the point label?


Software FX

Recommended Posts

PointLabelMask was added in one of our service packs so you will have to make sure you are running the latest version. Please note that this property is a "global" property so

' This should work

chart.PointLabelMask = "stupid text %v"

' This will not work

chart.Series(0).PointLabelMask = "stupid text %v"

Regards,

Juan Cegarra

Software FX, Inc.

support.softwarefx.com

-----Original Message-----

From: scott winterstein [mailto:scott@paramark.com]

Posted At: Friday, August 18, 2000 1:36 PM

Posted To: Server

Conversation: modifying the point label?

Subject: modifying the point label?

I want to put some text before the value:

' The first one works but gives only the value

chart.Series(0).PointLabels = True

' This complians --> chart does not have that property -- ok

chart.PointLabelMask = "stupid text %v"

' also problems

chart.Series(0).PointLabelMask = "stupid text %v"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...