Spread.Sheets 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.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