ILNumerics Ultimate VS

AxisCollection Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create new Axis Collection

[ILNumerics Visualization Engine]

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

public AxisCollection(
	IAxisDataProvider plotContainer = null,
	Object tag = null
)

Parameters

plotContainer (Optional)
Type: ILNumerics.Drawing.PlottingIAxisDataProvider
[optional] IAxisDataProvider to be used to retrieve axis' data from; default: null (take the first provider found on the path up to the root node)
tag (Optional)
Type: SystemObject
[optional] tag used to identify the object within the scene graph
Remarks

[ILNumerics Visualization Engine]

See Also

Reference