ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / DivergingPalettes Class
Members

In This Topic
    DivergingPalettes Class
    In This Topic
    Diverging palettes from ColorBrewer https://colorbrewer2.org. Diverging palettes are used to indicate distance from a critical point. These color schemes work well when your data has some mid-point.For example, temperature data could be a shade of blue below zero, a red color is for the values above zero and temperature around zero would have a neutral color.
    Syntax
    'Declaration
     
    
    Public Class DivergingPalettes 
    public class DivergingPalettes 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Chart.DivergingPalettes

    See Also