ReferenceLine Width Property TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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].
Version Information

Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
See Also