From: <ant...@ti...> - 2005-05-09 14:25:30
|
Hi all. I have a line chart, everything works good, but i would like to make the point shape smaller. It's too big . I wrote the following code : Stroke[] strokes=3D { LineChartProperties.DEFAULT_LINE_STROKE= }; Shape[] shapes=3D {PointChartProperties.SHAPE_CIRCLE}; LineChartProperties lineChartProperties =3D new LineChartProp= erties(strokes, shapes); How can i make my point(Circle) smaller?? Thanks Antonio |