| IColumnChartAdd Method (Object, Int64) |
Adds data to the chart.
Namespace:
C2ChartsLibrary.Interfaces
Assembly:
C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax void Add(
Object categoryName,
long value
)
Parameters
- categoryName
- Type: SystemObject
Name of the category. - value
- Type: SystemInt64
The value.
See Also