Nevron .NET Vision
Nevron.Chart Namespace / NPalette Class / Mode Property


In This Topic
    Mode Property (NPalette)
    In This Topic
    When set to true the heat map will use an automatically generated palette, based on the AutoPaletteColors
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Palette")>
    <System.ComponentModel.DescriptionAttribute("Switches between automatic and custom palette mode.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Mode As PaletteMode
    'Usage
     
    
    Dim instance As NPalette
    Dim value As PaletteMode
     
    instance.Mode = value
     
    value = instance.Mode
    [System.ComponentModel.Category("Palette")]
    [System.ComponentModel.Description("Switches between automatic and custom palette mode.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PaletteMode Mode {get; set;}
    Remarks
    Controls the mode in which the palette is generated
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also