Click or drag to resize
ColumnChartCreateColumChart Method

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public static IC2HighChart CreateColumChart(
	Histogram histogram,
	Object[,] binsdata,
	bool addSpline,
	C2ExplorerThemeName themeName,
	string name,
	long id
)

Parameters

histogram
Type: MathNet.Numerics.StatisticsHistogram

[Missing <param name="histogram"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

binsdata
Type: SystemObject

[Missing <param name="binsdata"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

addSpline
Type: SystemBoolean

[Missing <param name="addSpline"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

themeName
Type: C2ChartsLibrary.EnumsC2ExplorerThemeName

[Missing <param name="themeName"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

Return Value

Type: IC2HighChart

[Missing <returns> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.CreateColumChart(MathNet.Numerics.Statistics.Histogram,System.Object[0:,0:],System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String,System.Int64)"]

See Also