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