Represents the area plot element that fills the area between data point and base line.

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

Syntax

C#
public class Area : Lines
Visual Basic
Public Class Area _
	Inherits Lines

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..::..Lines
                C1.Silverlight.Chart..::..Area
                  C1.Silverlight.Chart..::..StepArea

See Also