ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / Palettes Class / Diverging Field






In This Topic
    Diverging Field
    In This Topic
    Diverging palettes from ColorBrewer https://colorbrewer2.org.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Diverging As DivergingPalettes
    'Usage
     
    
    Dim value As DivergingPalettes
     
    value = Palettes.Diverging
    public static readonly DivergingPalettes Diverging
    public field Diverging: DivergingPalettes; static; readonly 
    public static var Diverging : DivergingPalettes;
    public: static readonly DivergingPalettes* Diverging
    public:
    static readonly DivergingPalettes^ Diverging
    See Also