'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); }