Jump to content
Software FX Community

Problem with Annotation Balloons


User (Legacy)

Recommended Posts

Hello

I am using ChartFX ClientServer 5.1 and the AnnotationExtensions. In my

chart I have some Balloons which I want to improve now. The property

Borderwith works only if I disable the property BorderStyle=5.

Unfortunately, without this Borderstyle the Balloons are drawn in black

instead of the specific colors.

What exactly means the Property BorderStyle=5? I can't find anything in the

help and the chart was programmed by someone else.

Is it possible to draw balloons with a specific borderwidth in combination

with individual colors at all?

thanks in advance

Luzia Baumgartner

Link to comment
Share on other sites

> I am using ChartFX ClientServer 5.1 and the AnnotationExtensions. In my

> chart I have some Balloons which I want to improve now. The property

> Borderwith works only if I disable the property BorderStyle=5.

> Unfortunately, without this Borderstyle the Balloons are drawn in black

> instead of the specific colors.

Dotted lines with widths over 1 are only supported in Windows 2000 and

higher.

> Is it possible to draw balloons with a specific borderwidth in combination

> with individual colors at all?

You can change the border color and border width of the balloon as follows:

balloon.BorderWidth = 3

balloon.Color = RGB(255, 0, 0)

--

FP

Software FX

Link to comment
Share on other sites

thanks a lot, the balloon is now ok

Luzia

"SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag

news:8BovSP4XEHA.3152@webserver3.softwarefx.com...

> > I am using ChartFX ClientServer 5.1 and the AnnotationExtensions. In my

> > chart I have some Balloons which I want to improve now. The property

> > Borderwith works only if I disable the property BorderStyle=5.

> > Unfortunately, without this Borderstyle the Balloons are drawn in black

> > instead of the specific colors.

>

> Dotted lines with widths over 1 are only supported in Windows 2000 and

> higher.

>

> > Is it possible to draw balloons with a specific borderwidth in

combination

> > with individual colors at all?

>

> You can change the border color and border width of the balloon as

follows:

>

> balloon.BorderWidth = 3

> balloon.Color = RGB(255, 0, 0)

>

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...