Click or drag to resize
ColumnChartAdd Method (Object, Double)

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public void Add(
	Object categoryName,
	double value
)

Parameters

categoryName
Type: SystemObject

[Missing <param name="categoryName"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.Add(System.Object,System.Double)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:C2ChartsLibrary.Implementation.ColumnChart.Add(System.Object,System.Double)"]

Implements

IColumnChartAdd(Object, Double)
See Also