Click or drag to resize
IColumnChart Interface

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

The IColumnChart 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 propertyNavigator
Gets or sets a value indicating whether this chart should include a navigator.
Public propertySpline
Gets or sets a value indicating whether this chart should include a spline curve.
Public propertySubtitleText
Gets or sets the subtitle text.
Public propertyWidth
Gets or sets the width of the chart.
(Inherited from IC2HighChart.)
Public propertyXAxeName
Gets or sets the name of the categories series.
Public propertyYAxeName
Gets or sets the name of the data series.
Top
Methods
See Also