'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the color of the point.")> Public Property Color As System.Drawing.Color
'Usage
Dim instance As NQuickPointSeries Dim value As System.Drawing.Color instance.Color = value value = instance.Color
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the color of the point.")] public System.Drawing.Color Color {get; set;}