Packageorg.openzet.charts.renderers
Classpublic class RadarLineRenderer
InheritanceRadarLineRenderer Inheritance mx.skins.ProgrammaticSkin
Implementsmx.core.IDataRenderer

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.



Public Properties
 PropertyDefined by
  data : Object
The chart item that this renderer represents.
RadarLineRenderer
Public Methods
 MethodDefined by
  
Constructor.
RadarLineRenderer
Property detail
dataproperty
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
Constructor detail
RadarLineRenderer()constructor
public function RadarLineRenderer()

Constructor.