Nevron.Chart Namespace / NAxisStripe Class / ReferenceRanges Property


ReferenceRanges Property (NAxisStripe)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DescriptionAttribute("Gets or sets a collection of value ranges on reference axes. Each entry determines the span of the stripe along the respective axis.")>
Public Property ReferenceRanges As NReferenceAxisRangeCollection
 
'Usage
 
Dim instance As NAxisStripe
Dim value As NReferenceAxisRangeCollection
 
instance.ReferenceRanges = value
 
value = instance.ReferenceRanges
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