ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Configures the legend initially and after changes to child objects
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public override void Configure( bool configureChildren = true, bool configurePath2Root = true )
Parameters
- configureChildren (Optional)
- Type: SystemBoolean
[optional] triggers childs configuration; default: true - configurePath2Root (Optional)
- Type: SystemBoolean
[optional] triggers parents configuration; default: true
Remarks
[ILNumerics Visualization Engine]
See Also