Interface: IDygraphComponent

Defines a "DyGraphComponent" component.

Methods

Name Description
AddSeries(IDictionary<Double, Double>, String, String) Adds a serie to the chart.
DrawPoints(Boolean, String) Shows or hides the points of the series.
RemoveSeries(String) Removes a serie from the chart.
Reset() Sets all options at them default values and remove all values.

Properties

Name Description
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").
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").
ShowRangeSelector Shows or hides the range selector.
Title Gets or sets the title of the chart.
XLabel Gets or sets the label of the x axis.
Y2Label Gets or sets the label of the y2 axis.
YLabel Gets or sets the label of the y axis.