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