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 ].
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 ].
© 2002-2009 Snowmint Creative Solutions LLC (Last Updated 4/13/2009)