Nevron .NET Vision
Nevron.Chart Namespace / NLegendPaletteCellData Class / PaletteAxis Property


In This Topic
    PaletteAxis Property
    In This Topic
    Gets or sets the palette width
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public ReadOnly Property PaletteAxis As NLegendPaletteAxis
    'Usage
     
    
    Dim instance As NLegendPaletteCellData
    Dim value As NLegendPaletteAxis
     
    value = instance.PaletteAxis
    [System.Xml.Serialization.XmlIgnore()]
    public NLegendPaletteAxis PaletteAxis {get;}
    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