Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / StockSeries Class / DownLineProps Property


In This Topic
    DownLineProps Property
    In This Topic
    Gives you access to the line properties applied on the down Candle and Stick.
    Syntax
    '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;}
    Remarks
    The down candles borders are displayed with these line properties if the LineMode property of the associtated Appearance is set to Series.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also