ComponentOne Chart for WPF and Silverlight
PlotElement Class
Members 


C1.WPF.C1Chart Namespace : PlotElement Class
Generic plot element.
Object Model
PlotElement Class
Syntax
'Declaration
 
Public Class PlotElement 
   Inherits System.Windows.Shapes.Shape
'Usage
 
Dim instance As PlotElement
public class PlotElement : System.Windows.Shapes.Shape 
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.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Shapes.Shape
                     C1.WPF.C1Chart.PlotElement
                        C1.WPF.C1Chart.Bar
                        C1.WPF.C1Chart.FrameworkElement3D
                        C1.WPF.C1Chart.HLOC
                        C1.WPF.C1Chart.Lines
                        C1.WPF.C1Chart.Pie
                        C1.WPF.C1Chart.Symbol

See Also

Reference

PlotElement Members
C1.WPF.C1Chart Namespace