Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

pieBoxLabeler - tkpiechart pie box style labeler class

Table Of Contents

SYNOPSIS

stooop::new pieBoxLabeler canvas ?options?
switched::configure pieBoxLabelerObject ?options?
switched::cget pieBoxLabelerObject option

DESCRIPTION

The pie box style labeler object is used as a slice label placer for a pie object and is passed to the pie constructor via its -labeler option (see the pie class manual).

The labels are arranged in 2 columns below the pie graphics. Each label text is placed to the right of a rectangle, the background color of which matches its corresponding slice. The slice share value is placed to the right of the label text, separated by a semicolon. Each label is actually a canvasLabel object (see the canvasLabel class manual for further information).

There is no need to delete a pieBoxLabeler object as it is automatically handled by the pie class.

OPTIONS

TAGS

The labeler has the following specific tag (see the canvas manual page ITEM IDS AND TAGS section for more information):

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tkpiechart of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

SEE ALSO

canvasLabel, pie, piePeripheralLabeler

KEYWORDS

canvas, labeler, pie, slice

COPYRIGHT

Copyright © 1995-2004 Jean-Luc Fontaine