73 get {
return new string[] {
"x",
"y",
"color",
"size" }; }
90 int Dimension = X.Dimension;
91 if (Y.Dimension != Dimension)
Script runtime exception.
Class managing a script expression.
Plots a two-dimensional scatter graph.
override string[] DefaultArgumentNames
Default Argument names
override string FunctionName
Name of the function
Scatter2D(ScriptNode X, ScriptNode Y, ScriptNode Color, int Start, int Length, Expression Expression)
Plots a two-dimensional scatter graph.
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Scatter2D(ScriptNode X, ScriptNode Y, ScriptNode Color, ScriptNode Size, int Start, int Length, Expression Expression)
Plots a two-dimensional scatter graph.
Scatter2D(ScriptNode X, ScriptNode Y, int Start, int Length, Expression Expression)
Plots a two-dimensional scatter graph.
Plots a two-dimensional scatter graph.
Handles two-dimensional graphs.
static readonly SKColor DefaultColor
Default color: Red
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.
Basic interface for vectors.
ArgumentType
Type of parameter used in a function definition or a lambda definition.