コード例 #1
0
 public GoogleChartColumn(string columnLabel, GoogleChartColumnDataType googleChartColumnDataType, GoogleChartType googleChartType)
     : this(columnLabel, columnLabel, googleChartColumnDataType.ColumnDataType, new GoogleChartSeries(googleChartType, GoogleChartAxisType.Primary), null, null)
 {
 }
コード例 #2
0
 public GoogleChartColumn(string columnLabel, GoogleChartColumnDataType googleChartColumnDataType)
     : this(columnLabel, columnLabel, googleChartColumnDataType.ColumnDataType, null, null, null)
 {
 }