'Declaration
<System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Gets or sets the object controlling the visible box of the series data.")> Public Property Clip As NSeriesClip
'Usage
Dim instance As NSeries Dim value As NSeriesClip instance.Clip = value value = instance.Clip
[System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Gets or sets the object controlling the visible box of the series data.")] public NSeriesClip Clip {get; set;}