'Declaration <CategoryAttribute("Empty Data Points Appearance")> <DescriptionAttribute("Controls the line properties applied to the empty data points when the Mode is set to DifferentAppearance")> Public Property LineProps As LineProperties
'Usage Dim instance As EmptyDataPointsAppearance Dim value As LineProperties instance.LineProps = value value = instance.LineProps
[Category("Empty Data Points Appearance")] [Description("Controls the line properties applied to the empty data points when the Mode is set to DifferentAppearance")] public LineProperties LineProps {get; set;}