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

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

Parameters

categoryName
Type: SystemObject

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

data
Type: SystemDecimal

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

Implements

IColumnChartAdd(Object, Decimal)
See Also