ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / FinancialChart Class
Members

In This Topic
    FinancialChart Class
    In This Topic
    Represents a charting control that provides various types of financial charts.
    Syntax
    'Declaration
     
    
    <C1AboutNameAttribute("C1.Win.Chart.Finance.FinancialChart")>
    <C1DescriptionAttribute("FinancialChart", "Represents a charting control that provides various types of financial charts.")>
    <LicenseProviderAttribute()>
    <DesignerAttribute(C1.Win.Chart.Design.FinancialChartDesigner)>
    <ToolboxItemAttribute(True)>
    <ToolboxBitmapAttribute(C1.Win.Chart.Finance.FinancialChart, "FlexChart.png")>
    <C1DescriptionAttribute("FlexChart", "Represents a charting control that provides a powerful and flexible way to visualize data.")>
    <DefaultPropertyAttribute("Text")>
    <DefaultEventAttribute("Click")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class FinancialChart 
       Inherits C1.Win.Chart.FlexChart
    [C1AboutName("C1.Win.Chart.Finance.FinancialChart")]
    [C1Description("FinancialChart", "Represents a charting control that provides various types of financial charts.")]
    [LicenseProvider()]
    [Designer(C1.Win.Chart.Design.FinancialChartDesigner)]
    [ToolboxItem(true)]
    [ToolboxBitmap(C1.Win.Chart.Finance.FinancialChart, "FlexChart.png")]
    [C1Description("FlexChart", "Represents a charting control that provides a powerful and flexible way to visualize data.")]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class FinancialChart : C1.Win.Chart.FlexChart 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.Chart.FlexChartBase
                   C1.Win.Chart.FlexChart
                      C1.Win.Chart.Finance.FinancialChart

    See Also