Click or drag to resize
IScatterChart Interface
Reserved for future use. For now, it just inherits from IC2ExplorerHighChart.

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

The IScatterChart 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