Jump to content
Software FX Community

Totals as PointLabels in Stacked Bar Chart


User (Legacy)

Recommended Posts

I want to display the total value for a stacked bar chart versus each  value

that makes up the series. There's an example on softwarefx web site under

ASP Samples/Labels and it says to use the code below:

' Use PointLabelMask to tell ChartFX that you want to see the total per

value

Chart.PointLabelMask = "%T"

but when i add this to my charts, i get the following error:

Error Type:

Microsoft VBScript runtime (0x800A01B6)

Object doesn't support this property or method: 'Chart.PointLabelMask'

/reports/Chart3.asp, line 180

i'm running CFXIE 2000 Bld: 4.5.15.2

thanks,

brian

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...