A simple implementation of a radial segment renderer
that is used by RadialSeries objects.
This class renders a line on screen using the stroke and form defined by
the owning series's
lineStroke and
form styles,
respectively.
data:Object [read-write]
The chart item that this renderer represents.
LineRenderers assume that this value is an instance of LineSeriesItem.
This value is assigned by the owning series.
Implementation
public function get data():Object
public function set data(value:Object):void
public function RadarLineRenderer()
Constructor.