Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NBarSeries Class / Palette Property


In This Topic
    Palette Property (NBarSeries)
    In This Topic
    Gets or sets the palette associated with the bar series
    Syntax
    'Declaration
     
    
    Public Property Palette As NPalette
    'Usage
     
    
    Dim instance As NBarSeries
    Dim value As NPalette
     
    instance.Palette = value
     
    value = instance.Palette
    public NPalette Palette {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also