ILNumerics Ultimate VS

BarPlotExBarWidth Property

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

public float BarWidth { get; set; }

Property Value

Type: Single
Exceptions

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

Reference