.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.agw.piectrl

.. highlight:: python



.. _wx.lib.agw.piectrl.PiePart:

==========================================================================================================================================
|phoenix_title|  **wx.lib.agw.piectrl.PiePart**
==========================================================================================================================================

This class handles the legend segments properties, such as value,
colour and label.



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>PiePart</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.agw.piectrl.PiePart_inheritance.svg" alt="Inheritance diagram of PiePart" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.piectrl.PiePart.html" title="This class handles the legend segments properties, such as value," alt="" coords="5,5,212,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.agw.piectrl.PiePart.__init__`                                     Default class constructor.
:meth:`~wx.lib.agw.piectrl.PiePart.GetColour`                                    Returns the segment colour.
:meth:`~wx.lib.agw.piectrl.PiePart.GetLabel`                                     Returns the segment label.
:meth:`~wx.lib.agw.piectrl.PiePart.GetValue`                                     Returns the segment absolute value.
:meth:`~wx.lib.agw.piectrl.PiePart.SetColour`                                    Sets the segment colour.
:meth:`~wx.lib.agw.piectrl.PiePart.SetLabel`                                     Sets the segment label.
:meth:`~wx.lib.agw.piectrl.PiePart.SetValue`                                     Sets the segment absolute value.
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: PiePart(object)

   This class handles the legend segments properties, such as value,
   colour and label.

   .. method:: __init__(self, value=0, colour=wx.BLACK, label="")

      Default class constructor.
      
      :param `value`: the pie part value;
      :param `colour`: the pie part colour;
      :param `label`: the pie part text label.


   .. method:: GetColour(self)

      Returns the segment colour. 


   .. method:: GetLabel(self)

      Returns the segment label. 


   .. method:: GetValue(self)

      Returns the segment absolute value. 


   .. method:: SetColour(self, colour)

      Sets the segment colour.
      
      :param `colour`: a valid :class:`wx.Colour` object.


   .. method:: SetLabel(self, label)

      Sets the segment label.
      
      :param `label`: the pie part text label.


   .. method:: SetValue(self, value)

      Sets the segment absolute value.
      
      :param `value`: a floating point number representing the :class:`PiePart` value.


