1////////////////////////////////////////////////////////////////////////////////
2//
3//  ADOBE SYSTEMS INCORPORATED
4//  Copyright 2009 Adobe Systems Incorporated
5//  All Rights Reserved.
6//
7//  NOTICE: Adobe permits you to use, modify, and distribute this file
8//  in accordance with the terms of the license agreement accompanying it.
9//
10////////////////////////////////////////////////////////////////////////////////
11
12
13/**
14 *  Sets the fill for this data series. You can specify either an object implementing the IFill interface,
15 *  or a number representing a solid color value. You can also specify a solid fill using CSS.
16 *
17 *  @langversion 3.0
18 *  @playerversion Flash 9
19 *  @playerversion AIR 1.1
20 *  @productversion Flex 3
21 */
22[Style(name="fill", type="mx.graphics.IFill", inherit="no")]
23
24/**
25 *  Sets the stroke style for this data series. You must specify a Stroke object to define the stroke.
26 *
27 *  @langversion 3.0
28 *  @playerversion Flash 9
29 *  @playerversion AIR 1.1
30 *  @productversion Flex 3
31 */
32[Style(name="stroke", type="mx.graphics.IStroke", inherit="no")]
33