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


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