Click or drag to resize
IC2ColumnChart Interface
IC2ColumnChart has more properties and methods than ancestor. Use it for more advanced charts.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface IC2ColumnChart : IC2ExplorerHighChart

The IC2ColumnChart type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets or sets the height of the chart.
(Inherited from IC2ExplorerHighChart.)
Public propertyName
Gets or sets the chart title.
(Inherited from IC2ExplorerHighChart.)
Public propertyWidth
Gets or sets the width of the chart.
(Inherited from IC2ExplorerHighChart.)
Public propertyXAxis
Public propertyYAxis
Top
Remarks
We will add more properties and functions later - as needed.
See Also