ILNumerics Ultimate VS

BarPlotPadding Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public float Padding { get; set; }

Property Value

Type: Single
Exceptions

ExceptionCondition
ArgumentExceptionIf 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

Reference