Represents plot element that connects high and low values.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class HLBar : Bar, ICustomClipping
Visual Basic
Public Class HLBar _
	Inherits Bar _
	Implements ICustomClipping

Inheritance Hierarchy

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

See Also