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



In This Topic
    ChartType Property (C1FinancialChart)
    In This Topic
    Gets or sets the financial chart type.
    Syntax
    'Declaration
     
    
    Public Shadows Property ChartType As FinancialChartType
    'Usage
     
    
    Dim instance As C1FinancialChart
    Dim value As FinancialChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public new FinancialChartType ChartType {get; set;}
    public:
    new property FinancialChartType ChartType {
       FinancialChartType get();
       void set (    FinancialChartType value);
    }
    See Also