SpreadJS Documentation
Sparkline class
Represents a Sparkline class.
Syntax
var instance = new GcSpread.Sheets.Sparkline(row, column, dataReference, dataOrientation, type, setting);
function Sparkline;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Sparkline

Constructors
 NameDescription
public ConstructorSparkline ConstructorRepresents a Sparkline class.  
Top
Fields
 NameDescription
public FieldcolumnGets the column index.  
public FieldrowGets the row index.  
Top
Methods
 NameDescription
public MethodcloneClones a sparkline.  
public MethoddataGets or sets the data object.  
public MethoddataOrientationGets or sets the data orientation.  
public MethoddateAxisDataGets or sets the date axis data object.  
public MethoddateAxisOrientationGets or sets the date axis orientation.  
public MethoddisplayDateAxisGets or sets a value that indicates whether to display the date axis.  
public MethodgroupGets or sets the sparkline group.  
public MethodsettingGets or sets the sparkline setting of the cell.  
public MethodsparklineTypeGets or sets the type of the sparkline.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Understanding Sparklines

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.