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


In This Topic
    AutoPaletteColors Property
    In This Topic
    Gets or sets an array of colors that are used for the automatic palette. Valid only if AutomaticPalette is set to true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Palette")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets an array of colors that are used for the automatic palette.")>
    Public Property AutoPaletteColors As NArgbColorValue()
    'Usage
     
    
    Dim instance As NPalette
    Dim value() As NArgbColorValue
     
    instance.AutoPaletteColors = value
     
    value = instance.AutoPaletteColors
    [System.ComponentModel.Category("Palette")]
    [System.ComponentModel.Description("Gets or sets an array of colors that are used for the automatic palette.")]
    public NArgbColorValue[] AutoPaletteColors {get; set;}
    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