Xceed Chart for WinForms v4.4 Documentation
LowValues Property (HighLowSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > HighLowSeries Class : LowValues Property
Gives you access to the DataSeries containing the low values
Syntax
'Declaration
 
<DescriptionAttribute("Data Series containing the low values.")>

<CategoryAttribute("Data Series")>

Public Property LowValues As DataSeries
'Usage
 
Dim instance As HighLowSeries

Dim value As DataSeries

 

instance.LowValues = value

 

value = instance.LowValues
[Description("Data Series containing the low values.")]

[Category("Data Series")]

public DataSeries LowValues {get; set;}
Remarks
The data series is of type Double
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

Reference

HighLowSeries Class
HighLowSeries Members