SpreadJS Documentation
SparklineEx type
GC.Spread.Sheets.Sparklines Namespace : SparklineEx type
Represents the base class for the other SparklineEx classes.
Syntax
var instance = new GC.Spread.Sheets.Sparklines.SparklineEx();
function SparklineEx;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Sparklines.SparklineEx
      GC.Spread.Sheets.Barcode.Codabar
      GC.Spread.Sheets.Barcode.Code128
      GC.Spread.Sheets.Barcode.Code39
      GC.Spread.Sheets.Barcode.Code49
      GC.Spread.Sheets.Barcode.Code93
      GC.Spread.Sheets.Barcode.DataMatrix
      GC.Spread.Sheets.Barcode.EAN13
      GC.Spread.Sheets.Barcode.EAN8
      GC.Spread.Sheets.Barcode.GS1_128
      GC.Spread.Sheets.Barcode.PDF417
      GC.Spread.Sheets.Barcode.QRCode
      GC.Spread.Sheets.Sparklines.AreaSparkline
      GC.Spread.Sheets.Sparklines.BoxPlotSparkline
      GC.Spread.Sheets.Sparklines.BulletSparkline
      GC.Spread.Sheets.Sparklines.CascadeSparkline
      GC.Spread.Sheets.Sparklines.ColumnSparkline
      GC.Spread.Sheets.Sparklines.HBarSparkline
      GC.Spread.Sheets.Sparklines.LineSparkline
      GC.Spread.Sheets.Sparklines.MonthSparkline
      GC.Spread.Sheets.Sparklines.ParetoSparkline
      GC.Spread.Sheets.Sparklines.PieSparkline
      GC.Spread.Sheets.Sparklines.ScatterSparkline
      GC.Spread.Sheets.Sparklines.SpreadSparkline
      GC.Spread.Sheets.Sparklines.StackedSparkline
      GC.Spread.Sheets.Sparklines.VariSparkline
      GC.Spread.Sheets.Sparklines.VBarSparkline
      GC.Spread.Sheets.Sparklines.WinlossSparkline
      GC.Spread.Sheets.Sparklines.YearSparkline

Constructors
 NameDescription
public ConstructorRepresents the base class for the other SparklineEx classes.  
Top
Fields
 NameDescription
public FieldRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodCreates a custom function used to provide data and settings for SparklineEx.  
public MethodLoads the object state from the specified JSON string.  
public MethodGets the name of SparklineEx.  
public MethodPaints the SparklineEx on the canvas.  
public MethodSaves the object state to a JSON string.  
Top
See Also

Reference

GC.Spread.Sheets.Sparklines Namespace