ILNumerics Ultimate VS

LinePlotOriginalDimensions Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Number of dimensions of the data this line plot was created from.

[ILNumerics Visualization Engine]

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

public int OriginalDimensions { get; }

Property Value

Type: Int32
Remarks

This value corresponds to the number of dimensions used to define the line plot data in Update(InArraySingle) and in the constructor.

[ILNumerics Visualization Engine]

See Also

Reference