'Declaration
<CategoryAttribute("Appearance")> <TypeConverterAttribute(C1.WPF.C1Chart.ChartTypeConverter)> Public Property ChartType As ChartType
'Usage
Dim instance As C1Chart Dim value As ChartType instance.ChartType = value value = instance.ChartType
[Category("Appearance")] [TypeConverter(C1.WPF.C1Chart.ChartTypeConverter)] public ChartType ChartType {get; set;}