Represents regular polygon.

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

Syntax

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

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..::..RPolygon
                  C1.Silverlight.Chart..::..Star

See Also