Interface ISparklineGroup
-
Method Summary
void
Deletes the sparkline group.
void
Generate sparkline group from json string
int
Gets the number of sparklines in the sparkline group.
Gets the date range for the sparkline group.
Gets the way that blank cells are plotted on a chart.
boolean
Gets whether hidden cells are plotted in the sparkline group.
double
Gets the thickness of the sparklines in the sparkline group.
Gets the
IRange
object that represents the location of the sparklinegroup.
Gets how to plot the sparkline when the data on which it is based is in a square-shaped range.
Gets the position of the specified node as a coordinate pair.
Gets the
IFormatColor
object that represents the main series colorfor the sparkline group.
Gets the range that contains the source data for the sparkline group.
Gets the type of sparkline for the group.
void
Sets the date range for the sparkline group.
void
Sets the way that blank cells are plotted on a chart.
void
Sets whether hidden cells are plotted in the sparkline group.
void
Sets the thickness of the sparklines in the sparkline group.
void
Sets the
IRange
object that represents the location of the sparklinegroup.
void
Sets how to plot the sparkline when the data on which it is based is in a square-shaped range.
void
Sets the range that contains the source data for the sparkline group.
void
Sets the type of sparkline for the group.
Generate json string from sparkline group
-
Method Details
-
get
- Parameters:
index
- Index value of the sparkline.
-
-
getCount
int getCount()
Gets the number of sparklines in the sparkline group.
-
getDateRange
Gets the date range for the sparkline group.
-
setDateRange
void setDateRange(String value)
Sets the date range for the sparkline group.
-
getDisplayBlanksAs
Gets the way that blank cells are plotted on a chart.
-
setDisplayBlanksAs
Sets the way that blank cells are plotted on a chart.
-
getDisplayHidden
boolean getDisplayHidden()
Gets whether hidden cells are plotted in the sparkline group.
-
setDisplayHidden
void setDisplayHidden(boolean value)
Sets whether hidden cells are plotted in the sparkline group.
-
getLineWeight
double getLineWeight()
Gets the thickness of the sparklines in the sparkline group.
-
setLineWeight
void setLineWeight(double value)
Sets the thickness of the sparklines in the sparkline group.
-
getLocation
Gets the
IRange
object that represents the location of the sparklinegroup.
-
setLocation
void setLocation(IRange value)
Sets the
IRange
object that represents the location of the sparklinegroup.
-
getPlotBy
Gets how to plot the sparkline when the data on which it is based is in a square-shaped range.
-
setPlotBy
Sets how to plot the sparkline when the data on which it is based is in a square-shaped range.
-
getPoints
Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
-
getSeriesColor
Gets the
IFormatColor
object that represents the main series colorfor the sparkline group.
-
getSourceData
Gets the range that contains the source data for the sparkline group.
-
setSourceData
void setSourceData(String value)
Sets the range that contains the source data for the sparkline group.
-
getType
Gets the type of sparkline for the group.
-
setType
Sets the type of sparkline for the group.
-
delete
void delete()
Deletes the sparkline group.
-
fromJson
Generate sparkline group from json string
- Parameters:
json
- The JSON string representing the sparkline group.
-
toJson
Generate json string from sparkline group
- Returns:
- The JSON string representing the sparkline group.