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

Object
   GcSpread.Sheets.SparklineEx
      GcSpread.Sheets.AreaSparkline
      GcSpread.Sheets.BoxPlotSparkline
      GcSpread.Sheets.BulletSparkline
      GcSpread.Sheets.CascadeSparkline
      GcSpread.Sheets.HBarSparkline
      GcSpread.Sheets.ParetoSparkline
      GcSpread.Sheets.PieSparkline
      GcSpread.Sheets.ScatterSparkline
      GcSpread.Sheets.SpreadSparkline
      GcSpread.Sheets.StackedSparkline
      GcSpread.Sheets.VariSparkline
      GcSpread.Sheets.VBarSparkline

Constructors
 NameDescription
public ConstructorSparklineEx ConstructorRepresents the base class for the other SparklineEx classes.  
Top
Fields
 NameDescription
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodcreateFunctionCreates a custom function used to provide data and settings for SparklineEx.  
public MethodfromJSONLoads the object state from the specified JSON string.  
public MethodnameGets the name of SparklineEx.  
public MethodpaintPaints the SparklineEx on the canvas.  
public MethodtoJSONSaves the object state to a JSON string.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Understanding Sparklines

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.