IC2ColumnChart Interface |
Namespace: C2ChartsLibrary.Interfaces
public interface IC2ColumnChart : IColumnChart, IC2HighChart
The IC2ColumnChart type exposes the following members.
Name | Description | |
---|---|---|
Height |
Gets or sets the height of the chart.
(Inherited from IC2HighChart.) | |
Name |
Gets or sets the chart title.
(Inherited from IC2HighChart.) | |
Navigator |
Gets or sets a value indicating whether this chart should include a navigator.
(Inherited from IColumnChart.) | |
Spline |
Gets or sets a value indicating whether this chart should include a spline curve.
(Inherited from IColumnChart.) | |
SubtitleText |
Gets or sets the subtitle text.
(Inherited from IColumnChart.) | |
Width |
Gets or sets the width of the chart.
(Inherited from IC2HighChart.) | |
XAxeName |
Gets or sets the name of the categories series.
(Inherited from IColumnChart.) | |
XAxis | ||
YAxeName |
Gets or sets the name of the data series.
(Inherited from IColumnChart.) | |
YAxis |
Name | Description | |
---|---|---|
Add(IEnumerableObject, IEnumerableDecimal) |
Adds data to the chart.
(Inherited from IColumnChart.) | |
Add(IEnumerableObject, IEnumerableDouble) |
Adds data to the chart.
(Inherited from IColumnChart.) | |
Add(IEnumerableObject, IEnumerableInt64) |
Adds data to the chart.
(Inherited from IColumnChart.) | |
Add(Object, Decimal) |
Adds data to the chart.
(Inherited from IColumnChart.) | |
Add(Object, Double) |
Adds data to the chart.
(Inherited from IColumnChart.) | |
Add(Object, Int64) |
Adds data to the chart.
(Inherited from IColumnChart.) |