Collective2 Explorer
Collective2 Explorer
Namespaces
C2ChartsLibrary Namespaces
C2ChartsLibrary.Interfaces
IColumnChart Interface
IColumnChart Methods
Add Method
Add Method (IEnumerable(Object), IEnumerable(Decimal))
Add Method (IEnumerable(Object), IEnumerable(Double))
Add Method (IEnumerable(Object), IEnumerable(Int64))
Add Method (Object, Decimal)
Add Method (Object, Double)
Add Method (Object, Int64)
IColumnChart
Add Method (IEnumerable
Object
, IEnumerable
Decimal
)
Adds data to the chart.
Namespace:
C2ChartsLibrary.Interfaces
Assembly:
C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
Copy
void
Add
(
IEnumerable
<
Object
>
categories
,
IEnumerable
<
decimal
>
values
)
Parameters
categories
Type:
System.Collections.Generic
IEnumerable
Object
The categories.
values
Type:
System.Collections.Generic
IEnumerable
Decimal
The values.
See Also
Reference
IColumnChart Interface
Add Overload
C2ChartsLibrary.Interfaces Namespace