Generic plot element.

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

Syntax

C#
public class PlotElement : Path, 
	IPlotElement
Visual Basic
Public Class PlotElement _
	Inherits Path _
	Implements IPlotElement

Remarks

Plot element is a visual presentation of data such as bar on the bar chart or slice of pie on the pie chart.

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..::..HLOC
              C1.Silverlight.Chart..::..Lines
              C1.Silverlight.Chart..::..Pie
              C1.Silverlight.Chart..::..Symbol

See Also