Append Method (BoxPlotDataSeries<TX,TY>)
Appends an X, Y point to the series
Overload List
Overload | Description |
---|---|
Append(TX,TY[]) | Appends an X, Y point to the series |
Append(IEnumerable<TX>,IEnumerable<TY>[]) | Appends a list of X, Y points to the series |
Append(TX,TY,TY,TY,TY,TY) | Appends an Box-plot point to the series, including X-value, Minimum, Lower Quartile, Median, Upper Quartile, Maximum value. |
Append(TX,TY,TY,TY,TY,TY,IPointMetadata) | Appends an Box-plot point to the series, including X-value, Minimum, Lower Quartile, Median, Upper Quartile, Maximum value. |
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) | Appends a collection of Box-plot points to the series, including X-values, Minimum, Lower Quartile, Median, Upper Quartile, Maximum values. |
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) | Appends a collection of Box-plot points to the series, including X-values, Minimum, Lower Quartile, Median, Upper Quartile, Maximum values. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also