Nevron .NET Vision
Nevron.Chart Namespace / NAxisConstLine Class / ReferenceRanges Property


In This Topic
    ReferenceRanges Property (NAxisConstLine)
    In This Topic
    Gets or sets a collection of value ranges on reference axes. Each entry determines the span of the const line along the respective axis.
    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 const line along the respective axis.")>
    Public Property ReferenceRanges As NReferenceAxisRangeCollection
    'Usage
     
    
    Dim instance As NAxisConstLine
    Dim value As NReferenceAxisRangeCollection
     
    instance.ReferenceRanges = value
     
    value = instance.ReferenceRanges
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets or sets a collection of value ranges on reference axes. Each entry determines the span of the const line along the respective axis.")]
    public NReferenceAxisRangeCollection ReferenceRanges {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