Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / HighLowSeries Class / LowLabel Property


In This Topic
    LowLabel Property
    In This Topic
    Specified the label of the low data points.
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Specifies the label of the low data points.")>
    Public Property LowLabel As String
    'Usage
     
    Dim instance As HighLowSeries
    Dim value As String
     
    instance.LowLabel = value
     
    value = instance.LowLabel
    [Category("Options")]
    [Description("Specifies the label of the low data points.")]
    public string LowLabel {get; set;}
    Remarks
    Low data points are data points for which the high value is smaller that the low value
    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