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