Represents plot element that connects high and low values.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class HLBar : Bar, ICustomClipping
Visual Basic
Public Class HLBar _
	Inherits Bar _
	Implements ICustomClipping
XAML Object Element Usage
<HLBar .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Shapes..::..Shape
          System.Windows.Shapes..::..Path
            C1.Phone.Chart..::..PlotElement
              C1.Phone.Chart..::..Bar
                C1.Phone.Chart..::..HLBar

See Also