public GoogleChartColumn(string columnLabel, GoogleChartColumnDataType googleChartColumnDataType, GoogleChartType googleChartType) : this(columnLabel, columnLabel, googleChartColumnDataType.ColumnDataType, new GoogleChartSeries(googleChartType, GoogleChartAxisType.Primary), null, null) { }
public GoogleChartColumn(string columnLabel, GoogleChartColumnDataType googleChartColumnDataType) : this(columnLabel, columnLabel, googleChartColumnDataType.ColumnDataType, null, null, null) { }