'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
[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 stripe along the respective axis.")] public NReferenceAxisRangeCollection ReferenceRanges {get; set;}