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



In This Topic
    Template Class
    In This Topic
    Object Model
    Template ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Template 
       Inherits AnnotationBase
    'Usage
     
    
    Dim instance As Template
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Template : AnnotationBase 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class Template : public AnnotationBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Annotation.AnnotationBase
                C1.WPF.Chart.Annotation.Template

    See Also