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



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

    See Also