'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Defines the label that is displayed for positive infinity values.")> <System.ComponentModel.DefaultValueAttribute("")> Public Property PositiveInfinityLabel As System.String
'Usage
Dim instance As NInfinityDataPoints Dim value As System.String instance.PositiveInfinityLabel = value value = instance.PositiveInfinityLabel
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Defines the label that is displayed for positive infinity values.")] [System.ComponentModel.DefaultValue("")] public System.string PositiveInfinityLabel {get; set;}