ReferenceLine Width Property TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also