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.
In this example, column segment color is applied based on their y
value ranges by using the RangeColorSettingsDirective
.
You can use below properties in the RangeColorSettingsDirective
to customize the data under range.
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.