Click or drag to resize
IC2ColumnChart Methods
Methods
  NameDescription
Public methodAdd(IEnumerableObject, IEnumerableDecimal)
Adds data to the chart.
(Inherited from IColumnChart.)
Public methodAdd(IEnumerableObject, IEnumerableDouble)
Adds data to the chart.
(Inherited from IColumnChart.)
Public methodAdd(IEnumerableObject, IEnumerableInt64)
Adds data to the chart.
(Inherited from IColumnChart.)
Public methodAdd(Object, Decimal)
Adds data to the chart.
(Inherited from IColumnChart.)
Public methodAdd(Object, Double)
Adds data to the chart.
(Inherited from IColumnChart.)
Public methodAdd(Object, Int64)
Adds data to the chart.
(Inherited from IColumnChart.)
Top
See Also