ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Gets or sets the bar width.
[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
Property Value
Type: SingleExceptions
Exception | Condition |
---|---|
ArgumentException | If value set to negative value or value is larger than 1. |
Remarks
BarWidth defines the width of each bar as a scalar value from 0 to 1. Default is 0.8f, that means the bar width is 80% of the space from the previous bar to the next bar. If set to 1.0f, each bar touch one another.
[ILNumerics Drawing2 Toolbox]
See Also