ILNumerics Ultimate VS

LinePlot Constructor (InArraySingle, Object, NullableColor, DashStyle, Int32, NullableColor, MarkerStyle)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new line plot

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public LinePlot(
	InArray<float> positions,
	Object tag = null,
	Nullable<Color> lineColor = null,
	DashStyle lineStyle = DashStyle.Solid,
	int lineWidth = 1,
	Nullable<Color> markerColor = null,
	MarkerStyle markerStyle = MarkerStyle.None
)

Parameters

positions
Type: ILNumericsInArraySingle
1, 2 or 3D positions as column vectors
tag (Optional)
Type: SystemObject
[optionial] tag identifying the plot in the scene
lineColor (Optional)
Type: SystemNullableColor
[optional] color of the line, default: auto
lineStyle (Optional)
Type: ILNumerics.DrawingDashStyle
[optional] line style, default: solid
lineWidth (Optional)
Type: SystemInt32
[optional] line width, default: 1px
markerColor (Optional)
Type: SystemNullableColor
[optional], color for markers, default: auto
markerStyle (Optional)
Type: ILNumerics.DrawingMarkerStyle
[optional], marker style, default: none
Remarks

[ILNumerics Visualization Engine]

See Also

Reference