Click or drag to resize
ITimeSeriesChart Interface
Time series chart.

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

The ITimeSeriesChart 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 propertyWidth
Gets or sets the width of the chart.
(Inherited from IC2HighChart.)
Top
Methods
See Also