Represents base class for 2D plot symbols.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class Symbol : PlotElement
Visual Basic
Public Class Symbol _
	Inherits PlotElement
XAML Object Element Usage
<Symbol .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Shapes..::..Shape
          System.Windows.Shapes..::..Path
            C1.Phone.Chart..::..PlotElement
              C1.Phone.Chart..::..Symbol
                C1.Phone.Chart..::..BoxSymbol
                C1.Phone.Chart..::..DotSymbol
                C1.Phone.Chart..::..RPolygon

See Also