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


HighValues Property (HighLowSeries)
Gives you access to the DataSeries containing the high values
Syntax
'Declaration
 
<CategoryAttribute("Data Series")>
<DescriptionAttribute("Data Series containing the high values.")>
Public Property HighValues As DataSeries
 
'Usage
 
Dim instance As HighLowSeries
Dim value As DataSeries
 
instance.HighValues = value
 
value = instance.HighValues
Remarks
The data series is of type Double and refers to the Values 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