'Declaration
Public Shadows Property ChartType As RadarChartType
'Usage
Dim instance As C1FlexRadar Dim value As RadarChartType instance.ChartType = value value = instance.ChartType
public new RadarChartType ChartType {get; set;}
public: new property RadarChartType ChartType { RadarChartType get(); void set ( RadarChartType value); }