'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("line properties applied on the high low line.")> Public Property HighLowLineProps As LineProperties
'Usage Dim instance As StockSeries Dim value As LineProperties instance.HighLowLineProps = value value = instance.HighLowLineProps
[Category("Series Appearance")] [Description("line properties applied on the high low line.")] public LineProperties HighLowLineProps {get; set;}