Jump to content
Software FX Community

Curtailing display of some point labels


User (Legacy)

Recommended Posts

Using ChartFXInternet and generating a Bar Chart PNG for browser display.  I

have one series with a large number of data points (nValues). I would like

to show only a portion of all of the point labels since when all are

displayed they collide and create quite a mess. I see the PointLabels

property on the series but it applies to the entire series and I want it to

apply at the point/value level. I also have tried the GetPointLabel event

since it seems to allow the granularity I am looking for. But the event

never fires, which raises the additional question of: is there such a thing

as server-side events?

How can I reduce but not totally eliminate the number of point labels within

a series?

Thanks very much,

Rand Clark

Link to comment
Share on other sites

> which raises the additional question of: is there such a thing

> as server-side events?

In ASP (COM), there is no support for Server Side events.

> How can I reduce but not totally eliminate the number of point labels

within

> a series?

There is no way in Chart FX 5.x to achieve this. In .NET, you can capture

Server-Side events, so you could do it through the GetPointLabel event.

Only you generate an ActiveX output, in Chart FX 5.x then you can capture

the GetPointLabel event through a client-side Java/VB Script.

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...