Pie Charts |
Border Stroke | ||
The border of the Pie Chart uses the java.awt.Stroke Interface to control its rendering properties. There are several implementations of the java.awt.Stroke Interface in the java.awt Package to choose from.
The border of the Pie Chart uses the java.awt.Paint interface to control its rendering properties. There are several implementations of the java.awt.Paint Interface in the java.awt Package to choose from.
ChartStroke chartStroke= new ChartStroke( new BasicStroke( 4f ), Color.orange ); pieChart3DProperties.setBorderChartStroke( chartStroke );