PiePart¶This class handles the legend segments properties, such as value, colour and label.
Methods Summary¶| __init__ | Default class constructor. |
| GetColour | Returns the segment colour. |
| GetLabel | Returns the segment label. |
| GetValue | Returns the segment absolute value. |
| SetColour | Sets the segment colour. |
| SetLabel | Sets the segment label. |
| SetValue | Sets the segment absolute value. |
Class API¶This class handles the legend segments properties, such as value, colour and label.
Default class constructor.
| Parameters: |
|
|---|
Returns the segment colour.
Returns the segment label.
Returns the segment absolute value.
Sets the segment label.
| Parameters: | label – the pie part text label. |
|---|