Coloring Class TIBCO Spotfire 6.0 API Reference
Represents a color scheme used to color a visualization. The Coloring class is a list of ColorRules. A Coloring will assign colors to values using first its rules, and if none of them match either the DefaultColor or EmptyColor will be used.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals.ConditionalColoring Coloring

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

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class Coloring : DocumentNode, 
	IEnumerable<ColorRule>, IRuleFormatter, ILibraryXmlSerializable, IRuleCollection, 
	IEnumerable
See Also