Xceed Chart for WinForms v4.4 Documentation
HighLowSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : HighLowSeries Class
Displays a high low series.
Object Model
HighLowSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class HighLowSeries 
   Inherits XYScatterSeries
'Usage
 
Dim instance As HighLowSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class HighLowSeries : XYScatterSeries 
Remarks
The HighLowSeries inherits all functionality of its base XYScatterSeries and displays area segments connecting the adjacent data points.
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.SeriesBase
      Xceed.Chart.Core.Series
         Xceed.Chart.Core.XYScatterSeries
            Xceed.Chart.Core.HighLowSeries

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 Members
Xceed.Chart.Core Namespace