Generic plot element.

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

Syntax

C#
public class PlotElement : ContentPresenter, 
	IPlotElement
Visual Basic
Public Class PlotElement _
	Inherits ContentPresenter _
	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.Controls..::..ContentPresenter
          C1.Silverlight.Chart..::..PlotElement
            C1.Silverlight.Chart..::..Bar
            C1.Silverlight.Chart..::..BoxSymbol
            C1.Silverlight.Chart..::..DotSymbol
            C1.Silverlight.Chart..::..HLOC
            C1.Silverlight.Chart..::..Lines
            C1.Silverlight.Chart..::..Pie
            C1.Silverlight.Chart..::..Symbol

See Also