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 distance between groups.
[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 bar width value is negative or more than 1.0f |
Remarks
Parameter must be a scalar value from 0.0f to 1.0f. Padding is available only if Style is set to grouped. Default value is 0.2f, that means that, bar groups are distanced at 20% from maximal BarWidth.
[ILNumerics Drawing2 Toolbox]
See Also