Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ColumnSparkline
com.scottlogic.sparkline A column sparkline represents data as a scale-less column chart.
 ColumnSparklineBase
com.scottlogic.sparkline.sparklineClasses Base functionality for all column sparkline types.
 ColumnSparklineItem
com.scottlogic.sparkline.sparklineClasses Utility class to maintain values and rendering information for a specific item in the sparkline's data provider.
 ColumnSparklineRenderData
com.scottlogic.sparkline.sparklineClasses Represents all the information required by a ColumnSparkline in order to render.
 Sparkline
com.scottlogic.sparkline Sparklines are a small, intense, simple dataword devised by Edward Tufte and first presented in his book entitled Beautiful Evidence.
 SparklineBase
com.scottlogic.sparkline.sparklineClasses Base functionality for all sparkline types.
 SparklineItem
com.scottlogic.sparkline.sparklineClasses Utility class to maintain values and rendering information for a specific item in the sparkline's data provider.
 SparklineRenderData
com.scottlogic.sparkline.sparklineClasses Represents all the information required by a Sparkline in order to render.
 TernarySparkline
com.scottlogic.sparkline A three-state column sparkline.