'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets or sets the displayed graphics path.")> Public Property GraphicsPath As NGraphicsPath
'Usage
Dim instance As NAnnotationSeries Dim value As NGraphicsPath instance.GraphicsPath = value value = instance.GraphicsPath
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets or sets the displayed graphics path.")] public NGraphicsPath GraphicsPath {get; set;}