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



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