/* Define the symbol fill items that should be colored by the "symbolColor" style. */
static private const symbols:Array = ["arrowFill1", "arrowFill2", "arrowFill3"];
/**
* @private
*/
override public function get symbolItems():Array {return symbols};