List of All Members for PieSeries
This is the complete list of members for PieSeries, including inherited members.
- count : int
- endAngle : real
- holeSize : real
- horizontalPosition : real
- pieSize : real
- startAngle : real
- sum : real
- verticalPosition : real
- added(list<PieSlice> slices)
- PieSlice append(string label, real value)
- PieSlice at(int index)
- clear()
- countChanged()
- endAngleChanged()
- PieSlice find(string label)
- holeSizeChanged()
- horizontalPositionChanged()
- pieSizeChanged()
- bool remove(PieSlice slice)
- bool remove(int index)
- void removeMultiple(int index, int count)
- removed(list<PieSlice> slices)
- bool replace(list<PieSlice> slices)
- bool replace(PieSlice oldSlice, PieSlice newSlice)
- bool replace(int index, PieSlice slice)
- startAngleChanged()
- sumChanged()
- bool take(PieSlice slice)
- verticalPositionChanged()
The following members are inherited from AbstractSeries.
- hoverable : bool
- name : string
- opacity : real
- selectable : bool
- type : enumeration
- valuesMultiplier : real
- visible : bool
- hoverableChanged()
- legendDataChanged()
- nameChanged()
- opacityChanged()
- selectableChanged()
- themeChanged()
- valuesMultiplierChanged()
- visibleChanged()