ColorSchemeMethod Enumeration TIBCO Spotfire 6.0 API Reference
Enumeration that specifies the method a ContinuousColorEntry should use when it is mapped to the data.

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

[PersistenceVersionAttribute(2, 0)]
[ObsoleteAttribute("Use Coloring instead.")]
public enum ColorSchemeMethod
Members

  Member nameValueDescription
Value0 Value.
Min1 Min value of column.
Max2 Max value of column.
See Also