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

In This Topic
    ChartType Property (FinancialChart)
    In This Topic
    Gets or sets the financial chart type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FinancialChart.ChartType", "Gets or sets the financial chart type.")>
    Public Shadows Property ChartType As FinancialChartType
    [C1Description("FinancialChart.ChartType", "Gets or sets the financial chart type.")]
    public new FinancialChartType ChartType {get; set;}
    See Also