Jump to content
Software FX Community

Problem with setting PointLabels


donvari

Recommended Posts

Hi, I would like to set the pointlabels of specified point in my chart (on the client side). So I catch the GetPointLabel event in a VBScript and set the pointlabels with following:

ChartObject.Points(iSeries,iPoint).Text = "..."

But the browser retuns an error:

Wrong number of arguments or invalid property assignment:'ChartObject.Point'

I hope sb can help me.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...