Packagecom.yahoo.astra.fl.charts.axes
Classpublic class DefaultGridLinesRenderer
InheritanceDefaultGridLinesRenderer Inheritance fl.core.UIComponent
ImplementsIGridLinesRenderer

Renders grid lines associated with a cartesian axis.



Public Properties
 PropertyDefined by
  axisRenderer : IAxisRenderer
The axis renderer from which the grid lines receive their major and minor unit data.
DefaultGridLinesRenderer
Public Methods
 MethodDefined by
  
Constructor.
DefaultGridLinesRenderer
Protected Methods
 MethodDefined by
  
drawLines(data:Array, showLines:Boolean, lineWeight:Number, lineColor:uint, fillColors:Array = null, fillAlphas:Array = null):void
Draws a set of lines based on AxisData positioning.
DefaultGridLinesRenderer
Property detail
axisRendererproperty
axisRenderer:IAxisRenderer  [read-write]

The axis renderer from which the grid lines receive their major and minor unit data.

Implementation
    public function get axisRenderer():IAxisRenderer
    public function set axisRenderer(value:IAxisRenderer):void
Constructor detail
DefaultGridLinesRenderer()constructor
public function DefaultGridLinesRenderer()

Constructor.

Method detail
drawLines()method
protected function drawLines(data:Array, showLines:Boolean, lineWeight:Number, lineColor:uint, fillColors:Array = null, fillAlphas:Array = null):void

Draws a set of lines based on AxisData positioning.

Parameters
data:Array
 
showLines:Boolean
 
lineWeight:Number
 
lineColor:uint
 
fillColors:Array (default = null)
 
fillAlphas:Array (default = null)