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


In This Topic
    ShowHighLow Property
    In This Topic
    Controls the visibility of the line connecting High ans Low values.
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the visibility of the line connecting High ans Low values.")>
    <DefaultValueAttribute(True)>
    Public Property ShowHighLow As Boolean
    'Usage
     
    Dim instance As StockSeries
    Dim value As Boolean
     
    instance.ShowHighLow = value
     
    value = instance.ShowHighLow
    [Category("Options")]
    [Description("Controls the visibility of the line connecting High ans Low values.")]
    [DefaultValue(true)]
    public bool ShowHighLow {get; set;}
    Remarks
    By default set to true.
    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