Enumerations



SMLabelPositionEnum

typedef enum _SMLabelPosition {
    SMLabelPositionNone = 0,
    SMLabelPositionBelow = 1,
    SMLabelPositionAbove = 2,
    SMLabelPositionRight = 4,
    SMLabelPositionLeft = 8
} SMLabelPositionEnum;

Constants to use with the -setLabelPosition: and -labelPosition methods.

Constants

NameDescription
SMLabelPositionNoneDraw no labels.
SMLabelPositionBelowDraw the labels below the pie.
SMLabelPositionAboveDraw the labels above the pie.
SMLabelPositionRightDraw the labels to the right of the pie.
SMLabelPositionLeftDraw the labels to the left of the pie.

SMTitlePosition

typedef enum _SMTitlePosition {
    SMTitlePositionBelow = 0,
    SMTitlePositionAbove = 1,
} SMTitlePosition;

Constants to use with the -setTitlePosition: and -titlePosition methods.

Constants

NameDescription
SMTitlePositionBelowDraw the title below the pie.
SMTitlePositionAboveDraw the title above the pie.

© 2002-2009 Snowmint Creative Solutions LLC (Last Updated 4/13/2009)