Defines a "ChartComponent" component.
Declaration Syntax
public interface IChartComponent
Table 1843: Members
| 
                 Method  | Bar(IList<object>, IList<object>, IList<string>, string) | 
                 Draws bar chart in the component. Can be use with Line.  | 
| 
                 Method  | Bubble(IList<object>, IList<object>, IList<object>, IList<string>, IList<string>, string, string) | 
                 Draws bubble chart in the component.  | 
| 
                 Method  | Pie(IList<object>, IList<object>) | 
                 Draws pie chart in the component.  | 
| 
                 Method  | Plot(IList<object>, IList<object>, string, string) | 
                 Draws a line in the component. Can be use with Bar.  | 
| 
                 Method  | Reset() | 
                 Sets all options at them default values and remove all values.  | 
| 
                 Method  | ShowLegend(bool) | 
                 Shows the legends at the top of the chart. True by default.  | 
| 
                 Method  | Title(string) | 
                 Sets the title of the chart.  | 
| 
                 Method  | XLabel(string) | 
                 Sets the name of the x axis.  | 
| 
                 Method  | XTickFormat(string) | 
                 Sets the tick format for the x axis.  | 
| 
                 Method  | Y2Label(string) | 
                 Sets the name of the y2 axis. Can be use only if you use plot with bar.  | 
| 
                 Method  | Y2TickFormat(string) | 
                 Sets the tick format for the y2 axis. Can be use only if you use plot with bar.  | 
| 
                 Method  | YLabel(string) | 
                 Sets the name of the y axis.  | 
| 
                 Method  | YTickFormat(string) | 
                 Sets the tick format for the y axis.  |