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