Dataset2D(IEnumerable<object>, IEnumerable<object>)

In place constructs ChartVariable using the untyped IEnumerable values and then constructs the Dataset2D. Any values that can be converted to doubles will be accepted. If any object in the enumerable cannot be converted to double, then an ArgumentException will be thrown.

Declaration Syntax

public Dataset2D(IEnumerable<object> x_vals, IEnumerable<object> y_vals)

Parameters

x_vals(IEnumerable<object>)

No details are provided for this entry.

y_vals(IEnumerable<object>)

No details are provided for this entry.