Gets or sets the width of the boxes.
Allowed values are in the range [0, 100].
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public float BoxWidth { get; set; }
Property Value
Type: SingleThe width of the bars as a percentage. Defaults to 80.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The property was set to a value outside the valid range. |
Remarks
Version Information
See Also