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