ComponentOne FinancialChart for WPF
ChartType Property (IndicatorBase)



C1.WPF.Chart.Finance Namespace > IndicatorBase Class : ChartType Property
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

Reference

IndicatorBase Class
IndicatorBase Members