ILNumerics Ultimate VS

SplinePlotSmoothLine Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Provides a reference to the smooth line of SplinePlot.

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public LineStrip SmoothLine { get; }

Property Value

Type: LineStrip
Remarks

The SmoothLine property allows direct access to the line that indicates the smooth line of SplinePlot. It allows all configurations valid for general shapes, including the access to the rendering Buffers, the Positions and Colors buffers, the solid Color property and all mouse events.

High level functions of SplinePlot modify internal data and therefore also the internal line strip shape. Since SmoothLine provides direct access to this shape, users must take care of potentially conflicting changes to the SmoothLine, caused by manual changed and by changes due to the Update(InArraySingle) function.

[ILNumerics Drawing2 Toolbox]

See Also

Reference