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



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

    See Also