ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Shape Class
Members



In This Topic
    Shape Class
    In This Topic
    Represents a base class of shape annotations for the AnnotationLayer
    Object Model
    Shape ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class Shape 
       Inherits AnnotationBase
    'Usage
     
    
    Dim instance As Shape
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class Shape : AnnotationBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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