Click or drag to resize
IBoxplotChart Interface
Boxplot chart object.

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

The IBoxplotChart type exposes the following members.

Properties
  NameDescription
Public propertyCategoriesSeriesName
Gets or sets the name of the categories series.
Public propertyDataSeriesName
Gets or sets the name of the data series.
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 propertySubtitleText
Gets or sets the subtitle text.
Public propertyWidth
Gets or sets the width of the chart.
(Inherited from IC2HighChart.)
Top
Methods
  NameDescription
Public methodAdd
Adds data to the chart.
Top
See Also