Click or drag to resize
BoxplotChart Class
This class creates columns charts.
Inheritance Hierarchy
SystemObject
  Highstock
    C2HighChart
      C2ChartsLibrary.ImplementationBoxplotChart

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public class BoxplotChart : C2HighChart, 
	IBoxplotChart, IC2HighChart

The BoxplotChart type exposes the following members.

Constructors
  NameDescription
Public methodBoxplotChart
Initializes a new instance of the BoxplotChart class
Public methodBoxplotChart(String, String, String, String, C2ExplorerThemeName)
Initializes a new instance of the BoxplotChart class
Top
Properties
  NameDescription
Public propertyCategories
Public propertyCategoriesSeriesName
Gets or sets the name of the categories series.
Public propertyDataSeriesName
Public propertySubtitleText
Top
Methods
  NameDescription
Public methodAdd
Public methodAddJavascripFunction (Inherited from Highstock.)
Public methodAddJavascripVariable (Inherited from Highstock.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOptions (Inherited from Highstock.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodChartContainerHtmlString (Inherited from Highstock.)
Public methodChartScriptHtmlString (Inherited from Highstock.)
Public methodInFunction (Inherited from Highstock.)
Public methodInitChart (Inherited from Highstock.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCredits (Inherited from Highstock.)
Public methodSetExporting (Inherited from Highstock.)
Public methodSetLabels (Inherited from Highstock.)
Public methodSetLegend (Inherited from Highstock.)
Public methodSetLoading (Inherited from Highstock.)
Public methodSetNavigation (Inherited from Highstock.)
Public methodSetNavigator (Inherited from Highstock.)
Public methodSetOptions (Inherited from Highstock.)
Public methodSetPane (Inherited from Highstock.)
Public methodSetPlotOptions (Inherited from Highstock.)
Public methodSetRangeSelector (Inherited from Highstock.)
Public methodSetScrollbar (Inherited from Highstock.)
Public methodSetSeries(Series) (Inherited from Highstock.)
Public methodSetSeries(Series) (Inherited from Highstock.)
Public methodSetSubtitle (Inherited from Highstock.)
Public methodSetTitle (Inherited from Highstock.)
Public methodSetTooltip (Inherited from Highstock.)
Public methodSetXAxis(XAxis) (Inherited from Highstock.)
Public methodSetXAxis(XAxis) (Inherited from Highstock.)
Public methodSetYAxis(YAxis) (Inherited from Highstock.)
Public methodSetYAxis(YAxis) (Inherited from Highstock.)
Public methodToHtmlString (Inherited from Highstock.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also