'Declaration <DescriptionAttribute("Controls the level of detail of spheres.")> <DefaultValueAttribute()> <CategoryAttribute("Options")> Public Property SphereDetail As LevelOfDetail
'Usage Dim instance As PointSeries Dim value As LevelOfDetail instance.SphereDetail = value value = instance.SphereDetail
[Description("Controls the level of detail of spheres.")] [DefaultValue()] [Category("Options")] public LevelOfDetail SphereDetail {get; set;}