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