Scatter chart

Stimulsoft Reports.NET discussion
Post Reply
unison
Posts: 17
Joined: Wed Dec 23, 2009 2:08 am

Scatter chart

Post by unison »

Good day,

I have been using the scatter chart in one of my reports. How do you increase the size of the points/circles?

Regards,
David
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Scatter chart

Post by Andrew »

Hello,

Yes, it is possible. Please use the Marker.Size property of the Scatter Series.

Thank you.
unison
Posts: 17
Joined: Wed Dec 23, 2009 2:08 am

Scatter chart

Post by unison »

Hi Andrew,

Is their anyway to set this value at runtime?

Regard,
David
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Scatter chart

Post by Edward »

Hi David,

Yes, that is possible.

Please use the following command:

(Chart1.Series[0] as Stimulsoft.Report.Chart.StiScatterSeries).Marker.Size = 5;

Thank you.
unison
Posts: 17
Joined: Wed Dec 23, 2009 2:08 am

Scatter chart

Post by unison »

Hi Edward,

I will give that you a try. Is there no way to set this value within the report designer, via a property or expression?

Regards,
David
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Scatter chart

Post by Edward »

Hi David,

In the BeforePrintEvent of the Chart you could set that parameter in code too, or directly in the designer in the Series dialog:


Thank you.
Attachments
323.MarkerSize.png
323.MarkerSize.png (63.15 KiB) Viewed 1568 times
Post Reply