Coloring Properties TIBCO Spotfire 6.0 API Reference
The Coloring type exposes the following members.
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the number of ColorRule instances in this Coloring.
Public propertyDefaultColor
Gets or sets the default color. This color is used for values that are non-empty and are not colored by any ColorRule.
Public propertyDisplayName
Gets or sets the display name of this Coloring.
Public propertyEmptyColor
Gets or sets color used for empty values.
Public propertyEvaluatePerColumn
Gets or sets a value indicating whether this Coloring should be evaluated per column.
Public propertyEvaluatePerTrellis
Gets or sets a value indicating whether this Coloring should be evaluated per trellis panel.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem
Gets the ColorRule at the specified index.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Back to Top
See Also