ILNumerics Ultimate VS

ErrorBarPlot Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Protected methodErrorBarPlot
Default constructor.

[ILNumerics Drawing2 Toolbox]

Protected methodErrorBarPlot(ErrorBarPlot)
Copy constructor.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleErrorBarPlot(InArrayDouble, InArrayDouble, InArrayDouble, Boolean, Boolean, NullableColor, Int32, Single, MarkerStyle, NullableColor, NullableColor, Int32, DashStyle, Object)
Constructor defines ErrorBarPlot on the basis of the matrix XY and the row vectors L and T

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleErrorBarPlot(InArraySingle, InArraySingle, InArraySingle, Boolean, Boolean, NullableColor, Int32, Single, MarkerStyle, NullableColor, NullableColor, Int32, DashStyle, Object)
Constructor defines ErrorBarPlot on the basis of the matrix XY and the row vectors L and T

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleErrorBarPlot(InArrayDouble, InArrayDouble, InArrayDouble, InArrayDouble, Boolean, Boolean, NullableColor, Int32, Single, MarkerStyle, NullableColor, NullableColor, Int32, DashStyle, Object)
Constructor defines ErrorBarPlot on the basis of the row vectors X, Y, L and T

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleErrorBarPlot(InArraySingle, InArraySingle, InArraySingle, InArraySingle, Boolean, Boolean, NullableColor, Int32, Single, MarkerStyle, NullableColor, NullableColor, Int32, DashStyle, Object)
Constructor defines ErrorBarPlot on the basis of the row vectors X, Y, L and T

[ILNumerics Drawing2 Toolbox]

Top
See Also

Reference