Packageorg.apache.flex.charts.beads.layouts
Classpublic class LineChartCategoryVsLinearLayout
InheritanceLineChartCategoryVsLinearLayout Inheritance ChartBaseLayout Inheritance Object
Implements IBeadLayout, ICartesianChartLayout

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The LineChartCategoryVsLinearLayout displays a line graph of plot points where the horizontal axis is category value and the vertical axis is numeric.



Public Properties
 PropertyDefined By
 Inheritedchart : ChartBase
[read-only] Returns the strand, cast as an instance of ChartBase.
ChartBaseLayout
 InheritedchartDataGroup : IChartDataGroup
[read-only] Returns the object into which the chart elements are drawn or added.
ChartBaseLayout
 InheritedhorizontalAxisBead : IHorizontalAxisBead
[read-only] The horizontal axis bead or null if one is not present.
ChartBaseLayout
 Inheritedstrand : IStrand
ChartBaseLayout
 InheritedverticalAxisBead : IVerticalAxisBead
[read-only] The vertical axis bead or null if one is not present.
ChartBaseLayout
Public Methods
 MethodDefined By
  
LineChartCategoryVsLinearLayout
 Inherited
layout():Boolean
ChartBaseLayout
Protected Methods
 MethodDefined By
 Inherited
Subclasses should implement this to draw the chart, adding elements to the chartDataGroup.
ChartBaseLayout
Constructor Detail
LineChartCategoryVsLinearLayout()Constructor
public function LineChartCategoryVsLinearLayout()