/* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license */ package com.yahoo.astra.fl.charts { import flash.events.IEventDispatcher; /** * A renderer for a mouse-over datatip on a chart. * *
Important: Must be a subclass of DisplayObject
IDataTipRenderer
* may use this property to render additional information for
* the user.
*/
function get data():Object;
/**
* @private
*/
function set data(value:Object):void;
}
}