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



In This Topic
    AnnotationLayer Class
    In This Topic
    Represents an annotation layer for C1.WPF.Chart.C1FlexChart
    Object Model
    AnnotationLayer ClassC1FlexChart Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Annotations")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AnnotationLayer 
       Inherits System.Windows.DependencyObject
       Implements C1.WPF.Chart.IChartLayer 
    'Usage
     
    
    Dim instance As AnnotationLayer
    [ContentProperty("Annotations")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AnnotationLayer : System.Windows.DependencyObject, C1.WPF.Chart.IChartLayer  
    [ContentProperty("Annotations")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class AnnotationLayer : public System.Windows.DependencyObject, C1.WPF.Chart.IChartLayer  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Annotation.AnnotationLayer

    See Also