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

GC.Spread.Sheets.Sparklines Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.