| ITimeSeriesChart Interface |
Namespace: C2ChartsLibrary.Interfaces
public interface ITimeSeriesChart : IC2HighChart
The ITimeSeriesChart 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.) | |
| Width |
Gets or sets the width of the chart.
(Inherited from IC2HighChart.) |
| Name | Description | |
|---|---|---|
| Add(IChartTimeSeries) |
Adds one time series to the chart.
| |
| Add(IEnumerableIChartTimeSeries) |
Adds a list of time series to the chart.
| |
| Add(IEnumerableITimeSeriesPoint) |
Adds one time series to the chart.
| |
| Add(IEnumerableIEnumerableITimeSeriesPoint) |
Adds a list of time series to the chart.
| |
| Add(SeriesDateTime, Decimal, String, Color, ChartTypes) |
Adds Deedle time series.
| |
| Add(SeriesDateTime, Double, String, Color, ChartTypes) |
Adds Deedle time series.
|