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



In This Topic
    Ellipse Class
    In This Topic
    Represents an ellipse annotation for AnnotationLayer
    Object Model
    Ellipse ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Ellipse 
       Inherits Shape
    'Usage
     
    
    Dim instance As Ellipse
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Ellipse : Shape 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class Ellipse : public Shape 
    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.Ellipse

    See Also