Click or drag to resize
IC2EquityChart Interface
This interface is reserved for future use. Currently, it just inherits properties from IC2ExplorerHighChart.

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

The IC2EquityChart 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
See Also