Graph Series - Custom Label

Stimulsoft Reports.NET discussion
Post Reply
russr999
Posts: 15
Joined: Wed Feb 25, 2015 9:13 pm

Graph Series - Custom Label

Post by russr999 »

Hi,

Hoping you can help.
I have a dataset that I use to build my graph (Bubble type) which works nicely.
What I now need to do is to put a label on each point.
My dataset has 10 fields in it. I use 2 of these fields for generating the point on the graph.
What I need to do is to use another field on the same row of the dataset to be the label name
Please help - How can I do this?

eg:
Point 1 : Value = 0 (field 5); Argument = 38 (field 2) label name = Field 3

Screenshot of graph below.
2-03-2016 7-15-12 AM.jpg
2-03-2016 7-15-12 AM.jpg (61.64 KiB) Viewed 1859 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Graph Series - Custom Label

Post by Alex K. »

Hello,

As a way you can use the Tag property in which set the necessary column.

Thank you.
Attachments
2.PNG
2.PNG (49.74 KiB) Viewed 1841 times
1.PNG
1.PNG (46.02 KiB) Viewed 1841 times
russr999
Posts: 15
Joined: Wed Feb 25, 2015 9:13 pm

Re: Graph Series - Custom Label

Post by russr999 »

Many Thanks Aleksey..... I saw the tag option and figured thatbwould help me but I missed where to set it...
works perfectly...Thank You :-)


One last question, how can I set the font size on the label?
I can't see where to set it.....

thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Graph Series - Custom Label

Post by Alex K. »

Hello,

Please try to set the AllowApplyStyle property to false.

Thank you.
Attachments
Capture.PNG
Capture.PNG (55.86 KiB) Viewed 1825 times
Post Reply