ScaleBase Reverse Property TIBCO Spotfire 5.5 API Reference
Gets or sets a value indicating whether this ScaleBase is reversed.

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 ScaleAxis.Reversed instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool Reverse { get; set; }

Property Value

Type: Boolean
true if reverse; otherwise, false.
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