Example of undefined in Javascript Chart Control

/
/
Range Color Mapping

This sample illustrates the USA climate with the month-wise data. Columns are differentiated using color codes based on the temperature ranges for better visualization. By toggling the legend items you can control the visibility of the columns within the ranges.

More Details...

Description

In this example, column segment color is applied based on their y value ranges by using rangeColorSettings. You can use below properties in the rangeColorSettings to customize the data under range. The rangeColorSettings properties are, label - Specify the name for the range mapping which will be displayed in the legend item. start - Specify the start value of the color mapping range. end - Specify the end value of the color mapping range. colors - Specify the fill colors of point those lies on the given range. If multiple colors are mentioned, then gradient will be applied.