ReferenceLine Width Property TIBCO Spotfire 5.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: 11.15.5816.4413 (11.15.5816.4413)
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 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
Obsolete (compiler warning) in 4.0
Obsolete (compiler warning) in 3.3
See Also