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



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