Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICascadeSparkLine Interface
Methods

In This Topic
    ICascadeSparkLine Interface Members
    In This Topic

    The following tables list the members exposed by ICascadeSparkLine.

    Public Methods
     NameDescription
     MethodA color that represents the first or last negative sparkline's box (this point's value is negative). The default value is '#D6604D'.  
     MethodA color that represents the color of the first or last positive sparkline's box (this point's value is positive). The default value is '#8CBF64'.  
     MethodA color that represents the color of the last sparkline's box when itemTypeRange does not exist or represents the color of the resulting sparkline's box when itemTypeRange exists. The default value is null.  
     MethodRepresents all the item types. The values should be {"-", "+", "="}. The default value is null.  
     MethodRepresents the labels. The default value is null.  
     MethodA number that represents the maximum values of the display area. The default value is null.  
     MethodA number that represents the minimum values of the display area. The default value is null.  
     MethodRepresents the points index. The pointIndex is >= 1.  
     MethodRepresents the values of the points.  
     MethodA boolean that represents whether the box's direction is vertical or horizontal. The default value is FALSE.  
    Top
    See Also