Interface: IChartComponent

Defines a "ChartComponent" component.

Implemented types

Methods

Name Description
Bar(IList<Object>, IList<Object>, IList<String>, String) Draws bar chart in the component. Can be use with Line.
Bubble(IList<Object>, IList<Object>, IList<Object>, IList<String>, IList<String>, String, String) Draws bubble chart in the component.
InitDataFromJson(String) Initializes data associated to the component from a json string.
Pie(IList<Object>, IList<Object>) Draws pie chart in the component.
Plot(IList<Object>, IList<Object>, String, String) Draws a line in the component. Can be use with Bar.
Refresh() Refreshs the component.
Reset() Sets all options at them default values and remove all values.
ShowLegend(Boolean) Shows the legends at the top of the chart. True by default.
Title(String) Sets the title of the chart.
XLabel(String) Sets the name of the x axis.
XTickFormat(String) Sets the tick format for the x axis.
Y2Label(String) Sets the name of the y2 axis. Can be use only if you use plot with bar.
Y2TickFormat(String) Sets the tick format for the y2 axis. Can be use only if you use plot with bar.
YLabel(String) Sets the name of the y axis.
YTickFormat(String) Sets the tick format for the y axis.

Properties

Name Description
Container Gets the container.