Nevron .NET Vision
Nevron.Chart Namespace / NTreeMapNode Class / LegendFormat Property


In This Topic
    LegendFormat Property
    In This Topic
    The format string used to format the text displayed on the legend
    Syntax
    'Declaration
     
    
    Public Property LegendFormat As System.String
    'Usage
     
    
    Dim instance As NTreeMapNode
    Dim value As System.String
     
    instance.LegendFormat = value
     
    value = instance.LegendFormat
    public System.string LegendFormat {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