ILNumerics Ultimate VS

SplinePlot Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Protected methodSplinePlot
Constructor.

[ILNumerics Drawing2 Toolbox]

Protected methodSplinePlot(SplinePlot)
Copy constructor.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSplinePlot(InArrayDouble, InArrayDouble, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle, NullableInt32)
Constructor defines SplinePlot on the basis of the vectors X and Y.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSplinePlot(InArraySingle, InArraySingle, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle, NullableInt32)
Constructor defines SplinePlot on the basis of the vectors X and Y.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSplinePlot(InArraySingle, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle, NullableInt32, Boolean)
Constructor defines SplinePlot on the basis of a positions array.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSplinePlot(InArrayDouble, InArrayDouble, InArrayDouble, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle, NullableInt32)
Constructor defines SplinePlot on the basis of the vectors X and Y.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSplinePlot(InArraySingle, InArraySingle, InArraySingle, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle, NullableInt32)
Constructor defines SplinePlot on the basis of the vectors X and Y.

[ILNumerics Drawing2 Toolbox]

Top
See Also

Reference