Represents base class for 2D plot symbols.

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

Syntax

C#
public class Symbol : PlotElement
Visual Basic
Public Class Symbol _
	Inherits PlotElement

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..::..Symbol
                C1.Silverlight.Chart..::..BoxSymbol
                C1.Silverlight.Chart..::..DotSymbol
                C1.Silverlight.Chart..::..RPolygon

See Also