Click or drag to resize
IC2ColumnChart Interface
IC2ColumnChart has more properties and methods than ancestor. Use it for more advanced charts.

Namespace:  C2ChartsLibrary.Interfaces
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public interface IC2ColumnChart : IColumnChart, 
	IC2HighChart

The IC2ColumnChart type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets or sets the height of the chart.
(Inherited from IC2HighChart.)
Public propertyName
Gets or sets the chart title.
(Inherited from IC2HighChart.)
Public propertyNavigator
Gets or sets a value indicating whether this chart should include a navigator.
(Inherited from IColumnChart.)
Public propertySpline
Gets or sets a value indicating whether this chart should include a spline curve.
(Inherited from IColumnChart.)
Public propertySubtitleText
Gets or sets the subtitle text.
(Inherited from IColumnChart.)
Public propertyWidth
Gets or sets the width of the chart.
(Inherited from IC2HighChart.)
Public propertyXAxeName
Gets or sets the name of the categories series.
(Inherited from IColumnChart.)
Public propertyXAxis
Public propertyYAxeName
Gets or sets the name of the data series.
(Inherited from IColumnChart.)
Public propertyYAxis
Top
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
Remarks
We will add more properties and functions later - as needed.
See Also