ReferenceLine Width Property TIBCO Spotfire 6.0 API Reference
Gets or sets the width of this line.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use FittingModels instead.")]
public int Width { get; set; }

Property Value

Type: Int32
A value between 1 and 10 indicating the thickness of this line.
Exceptions

ExceptionCondition
System ArgumentOutOfRangeException this property is set to a value outside the valid range [1, 10].
See Also