FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Palettes Namespace / Diverging Class
Members

In This Topic
    Diverging Class
    In This Topic
    Diverging palettes from ColorBrewer https://colorbrewer2.org .
    Object Model
    Diverging Class
    Syntax
    'Declaration
     
    Public Class Diverging 
       Inherits ExtendedPalette
    public class Diverging : ExtendedPalette 
    Remarks
    Qualitative (or categorical) palettes are usually used for plotting independent data categories which don't have any specific order. For example, the series that represents shipping methods or product types.The colors in these palettes are selected to be distinctive and clearly indicate difference between data series.
    Inheritance Hierarchy

    System.Object
       C1.Win.Chart.Palettes.ExtendedPalette
          C1.Win.Chart.Palettes.Diverging

    See Also