Defines a "DyGraphComponent" component.
Declaration Syntax
public interface IDygraphComponent
Table 1790: Members
Property | RangeSelectorPlotFillColor |
Gets or sets the fill color of the range selector. Color is of the same form as in a .css file (#AABBCC, rgb(255, 100, 120) or "yellow"). |
Property | RangeSelectorPlotStrokeColor |
Gets or sets the color of the plot stroke in the range selector. Color is of the same form as in a .css file (#AABBCC, rgb(255, 100, 120) or "yellow"). |
Property | ShowRangeSelector |
Shows or hides the range selector. |
Property | Title |
Gets or sets the title of the chart. |
Property | XLabel |
Gets or sets the label of the x axis. |
Property | Y2Label |
Gets or sets the label of the y2 axis. |
Property | YLabel |
Gets or sets the label of the y axis. |
Method | AddSeries(IDictionary<double, double>, string, string) |
Adds a serie to the chart. |
Method | DrawPoints(bool, string) |
Shows or hides the points of the series. |
Method | RemoveSeries(string) |
Removes a serie from the chart. |
Method | Reset() |
Sets all options at them default values and remove all values. |