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
Scatter chart
Scatter chart
Hello,
Yes, it is possible. Please use the Marker.Size property of the Scatter Series.
Thank you.
Yes, it is possible. Please use the Marker.Size property of the Scatter Series.
Thank you.
Scatter chart
Hi Andrew,
Is their anyway to set this value at runtime?
Regard,
David
Is their anyway to set this value at runtime?
Regard,
David
Scatter chart
Hi David,
Yes, that is possible.
Please use the following command:
(Chart1.Series[0] as Stimulsoft.Report.Chart.StiScatterSeries).Marker.Size = 5;
Thank you.
Yes, that is possible.
Please use the following command:
(Chart1.Series[0] as Stimulsoft.Report.Chart.StiScatterSeries).Marker.Size = 5;
Thank you.
Scatter chart
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
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
Scatter chart
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.
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 (63.15 KiB) Viewed 1572 times