Nevron.Chart Namespace / NLegendInterlaceStyle Class / Infinite Property


Infinite Property (NLegendInterlaceStyle)
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
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