Jump to content
Software FX Community

Pointlabels for bar graph


User (Legacy)

Recommended Posts

I am having trouble getting my point labels for a bar chart to appear.

Nothing happens.

This is the code I am using:

Dim saYTDValue As SeriesAttributes = chartReport.Series(x)

saYTDValue.PointLabels = True

saYTDValue.PointLabelAlign = 90

saYTDValue.PointLabelAlign = LabelAlign.VCenter

saYTDValue.PointLabelColor = Color.Black

Any suggestions?

Thanks,

Link to comment
Share on other sites

No my background isn't black.

I did try the sample code for a default chart and it worked. Is there any

conflict with labelling bar charts if you have several different gallery

types in one chart? I tried the code for two of my charts and series(1) in

both cases was able to display the pointslabel however series(2) wasn't.

One chart has:

series(0) = area

series(1) = line

series(2) = bar

Chart 2:

series(0) = area (combined with ini values)

series(1) = line

series(2) = bar

"Software FX Support" <support@softwarefx.com> wrote in message

news:99FQdCfWEHA.2276@webserver3.softwarefx.com...

> There must be some other code that is overriding this.

>

> Please try this in a default chart.

>

> Your background is not black right ?

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...