'Declaration <CategoryAttribute("Empty Data Points Appearance")> <DescriptionAttribute("Controls the appearance of the empty data points markers when the Mode is set to Marker")> Public Property Markers As Markers
'Usage Dim instance As EmptyDataPointsAppearance Dim value As Markers instance.Markers = value value = instance.Markers
[Category("Empty Data Points Appearance")] [Description("Controls the appearance of the empty data points markers when the Mode is set to Marker")] public Markers Markers {get; set;}