ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowOpenCloseSeries Class
Members


In This Topic
    HighLowOpenCloseSeries Class
    In This Topic
    Represents data series with x, y, high, low, open, close data arrays.
    Object Model
    HighLowOpenCloseSeries Class
    Syntax
    'Declaration
     
    
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <ContentPropertyAttribute("Children")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class HighLowOpenCloseSeries 
       Inherits HighLowSeries
    'Usage
     
    
    Dim instance As HighLowOpenCloseSeries
    [Localizability(LocalizationCategory.Ignore)]
    [ContentProperty("Children")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class HighLowOpenCloseSeries : HighLowSeries 
    Remarks
    HighLowOpenCloseSeries class is typically used for financial data. It has six sets of data value (x-coordinates, y-coordinates, high values, low values, open values, close values).
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         System.Windows.Controls.Canvas
                            C1.WPF.C1Chart.DataSeries
                               C1.WPF.C1Chart.XYDataSeries
                                  C1.WPF.C1Chart.HighLowSeries
                                     C1.WPF.C1Chart.HighLowOpenCloseSeries

    See Also