Class MVPieChartStyle
MVPieChartStyle represents a client side Pie chart style. It is defined
by a radius and an array containing the definitions of individual slices
(MVPieSlice
).
Constructor Attributes | Constructor Name and Description |
---|---|
MVPieChartStyle(name, the, an)
|
Class Detail
MVPieChartStyle(name, the, an)
- Parameters:
- {string} name
- the name of this pie chart style
- {integer} the
- radius of the pie, in pixel
- {Array} an
- array containing one or more MVPieSlice objects