ComponentOne FinancialChart for WPF
Shape Class
Members 



C1.WPF.Chart.Annotation Namespace : Shape Class
Represents a base class of shape annotations for the AnnotationLayer
Object Model
Shape ClassChartStyle ClassChartStyle Class
Syntax
'Declaration
 
Public MustInherit Class Shape 
   Inherits AnnotationBase
'Usage
 
Dim instance As Shape
public abstract class Shape : AnnotationBase 
public ref class Shape abstract : public AnnotationBase 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.Chart.Annotation.AnnotationBase
            C1.WPF.Chart.Annotation.Shape
               C1.WPF.Chart.Annotation.Circle
               C1.WPF.Chart.Annotation.Ellipse
               C1.WPF.Chart.Annotation.Line
               C1.WPF.Chart.Annotation.Polygon
               C1.WPF.Chart.Annotation.Rectangle
               C1.WPF.Chart.Annotation.Square

See Also

Reference

Shape Members
C1.WPF.Chart.Annotation Namespace