typedef enum _SMLabelPosition {
SMLabelPositionNone = 0,
SMLabelPositionBelow = 1,
SMLabelPositionAbove = 2,
SMLabelPositionRight = 4,
SMLabelPositionLeft = 8
} SMLabelPositionEnum;
Constants to use with the -setLabelPosition: and -labelPosition methods.
Name Description SMLabelPositionNone Draw no labels. SMLabelPositionBelow Draw the labels below the pie. SMLabelPositionAbove Draw the labels above the pie. SMLabelPositionRight Draw the labels to the right of the pie. SMLabelPositionLeft Draw the labels to the left of the pie.
typedef enum _SMTitlePosition {
SMTitlePositionBelow = 0,
SMTitlePositionAbove = 1,
} SMTitlePosition;
Constants to use with the -setTitlePosition: and -titlePosition methods.
Name Description SMTitlePositionBelow Draw the title below the pie. SMTitlePositionAbove Draw the title above the pie.
© 2002-2009 Snowmint Creative Solutions LLC (Last Updated 4/13/2009)