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 SparkColumnRenderer, SparkLineRenderer, SparkWinLossRenderer.
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.
You can specify the color of the line through SparkLineRenderer.lineColor. You can draw the data point respectively in the corresponding location through firstColor, lastColor, highColor, lowColor.
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.