Nevron .NET Vision
Nevron.Chart Namespace / NLegendInterlaceStyle Class / Infinite Property


In This Topic
    Infinite Property (NLegendInterlaceStyle)
    In This Topic
    Whether or not this style is repeated infinitely along the legend grid or not.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Range")>
    <System.ComponentModel.DescriptionAttribute("Whether or not this style is repeated infinitely along the legend grid or not.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Infinite As System.Boolean
    'Usage
     
    
    Dim instance As NLegendInterlaceStyle
    Dim value As System.Boolean
     
    instance.Infinite = value
     
    value = instance.Infinite
    [System.ComponentModel.Category("Range")]
    [System.ComponentModel.Description("Whether or not this style is repeated infinitely along the legend grid or not.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Infinite {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