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

In This Topic
    FlexChart Class
    In This Topic
    Represents a charting control that provides a powerful and flexible way to visualize data.
    Syntax
    'Declaration
     
    
    <DesignerAttribute("C1.Win.Chart.Design.FlexChartDesigner")>
    <ToolboxItemAttribute(True)>
    <C1DescriptionAttribute("FlexChart", "Represents a charting control that provides a powerful and flexible way to visualize data.")>
    <ToolboxBitmapAttribute(C1.Win.Chart.FlexChart, "FlexChart.png")>
    <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 FlexChart 
       Inherits FlexChartBase
    [Designer("C1.Win.Chart.Design.FlexChartDesigner")]
    [ToolboxItem(true)]
    [C1Description("FlexChart", "Represents a charting control that provides a powerful and flexible way to visualize data.")]
    [ToolboxBitmap(C1.Win.Chart.FlexChart, "FlexChart.png")]
    [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 FlexChart : FlexChartBase 
    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
                      C1.Win.Chart.FlexRadar

    See Also