SMART datagrid v.1 > Examples

[ grids ver.1.3.2]   Back  Forward

Spark Chart Renderers  Example

SeriesColumn displays one or more related field values at the same time. Several values, including the change of the values of each time or the comparison of the values of each group, can be checked by one visual pattern. 

In the example below, it displays the value of 2000 ~ 2010 fields respectively through SparkColumnRendererSparkLineRenderer, SparkWinLossRenderer

1. Spark Column

You can specify the width of the item bar through SparkColumnRenderer.barWidth. You can display the minimum and maximum value respectively through highColor and lowColor

Grid - 1
rows

  

2. Spark Line

You can specify the color of the line through SparkLineRenderer.lineColor. You can draw the data point respectively in the corresponding location through firstColorlastColor, highColor, lowColor

Grid - 2
rows
3. Spark WinLosss

You can specify the height of the bar below the base value through SparkWinLossRenderer.belowHeight. And, you can also specify the width of the item bar through barWidth. You can specify the color of the item below the base value through belowColor

Grid - 3
rows

View Source JSP 

See Also
SparkColumnRenderer
SparkLineRenderer
SparkWinLossRenderer
SeriesColumn
Examples
Series Column