'Declaration
<C1DescriptionAttribute("SeriesBase.ChartType", "Gets or sets the series chart type.")> <DefaultValueAttribute("")> Public Property ChartType As Nullable(Of ChartType)
[C1Description("SeriesBase.ChartType", "Gets or sets the series chart type.")] [DefaultValue("")] public Nullable<ChartType> ChartType {get; set;}