Constants



NSBackgroundColorAttributeName

NSString *NSBackgroundColorAttributeName;

This is a key to be used in the -pieChartView:attributesForSliceIndex: dictionary. The value represents what color the slice will be drawn. If this key is not present, a default color will be used based on the zero based slice index of the slice.

The value should be an NSColor object. For example, [ NSColor redColor ].


NSForegroundColorAttributeName

NSString *NSForegroundColorAttributeName;

This is a key to be used in the -pieChartView:attributesForSliceIndex: dictionary. The value represents what color the border of the slice will be drawn. If this key is not present, the view's -borderColor will be used.

The value should be an NSColor object. For example, [ NSColor redColor ].


© 2003-2004 Snowmint Creative Solutions LLC (Last Updated 8/29/2004)