IColumnChart Interface |
Namespace: C2ChartsLibrary.Interfaces
public interface IColumnChart : IC2HighChart
The IColumnChart 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.
| |
Spline |
Gets or sets a value indicating whether this chart should include a spline curve.
| |
SubtitleText |
Gets or sets the subtitle text.
| |
Width |
Gets or sets the width of the chart.
(Inherited from IC2HighChart.) | |
XAxeName |
Gets or sets the name of the categories series.
| |
YAxeName |
Gets or sets the name of the data series.
|
Name | Description | |
---|---|---|
Add(IEnumerableObject, IEnumerableDecimal) |
Adds data to the chart.
| |
Add(IEnumerableObject, IEnumerableDouble) |
Adds data to the chart.
| |
Add(IEnumerableObject, IEnumerableInt64) |
Adds data to the chart.
| |
Add(Object, Decimal) |
Adds data to the chart.
| |
Add(Object, Double) |
Adds data to the chart.
| |
Add(Object, Int64) |
Adds data to the chart.
|