ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / C1FinancialChart Class
Members



In This Topic
    C1FinancialChart Class
    In This Topic
    Represents financial charting control.
    Object Model
    C1FinancialChart ClassAnimationLoadOptions ClassAnimationOptions ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassFinancialChartOptions ClassChartStyle ClassSeries ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Series")>
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1FinancialChart 
       Inherits C1.WPF.Chart.C1FlexChart
    'Usage
     
    
    Dim instance As C1FinancialChart
    [ContentProperty("Series")]
    [LicenseProvider()]
    [TemplatePart(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1FinancialChart : C1.WPF.Chart.C1FlexChart 
    [ContentProperty("Series")]
    [LicenseProvider()]
    [TemplatePart(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1FinancialChart : public C1.WPF.Chart.C1FlexChart 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Chart.FlexChartBase
                            C1.WPF.Chart.C1FlexChart
                               C1.WPF.Chart.Finance.C1FinancialChart

    See Also