'Declaration
<System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of the empty data points.")> Public Property InfinityDataPointsAppearance As NInfinityDataPointsAppearance
'Usage
Dim instance As NSeries Dim value As NInfinityDataPointsAppearance instance.InfinityDataPointsAppearance = value value = instance.InfinityDataPointsAppearance
[System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Controls the appearance of the empty data points.")] public NInfinityDataPointsAppearance InfinityDataPointsAppearance {get; set;}