Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets or sets the value corresponding to the key.
Check if the dictionary for the indexed property contains a key.
The key.
true if the key is found in the dictionary, otherwise false.
Check if the dictionary for the indexed property contains a key.
Rest
...keys: any[]The key as an object array.
true if the key is found in the dictionary, otherwise false.
Controls where an individual scale is displayed. An indexed property gives finer grained control of some settings of a visualization when Spotfire.Dxp.Application.Visuals.ScaleAxisBase.IndividualScaling is set to true. How to index an indexed property depends on the value of Spotfire.Dxp.Application.Visuals.ScaleAxisBase.IndividualScalingMode. If Spotfire.Dxp.Application.Visuals.ScaleAxisBase.IndividualScalingMode is set to Spotfire.Dxp.Application.Visuals.IndividualScalingMode.Color then indexed properties are indexed using values from the color axis. Some indexed properties cannot be indexed in this case and the root value should then be used. If Spotfire.Dxp.Application.Visuals.ScaleAxisBase.IndividualScalingMode is set to Spotfire.Dxp.Application.Visuals.IndividualScalingMode.Trellis then indexed properties are indexed using values from the applicable trellis axis. Some indexed properties cannot be indexed in this case and the root value should then be used. If Spotfire.Dxp.Application.Visuals.ScaleAxisBase.IndividualScalingMode is set to Spotfire.Dxp.Application.Visuals.IndividualScalingMode.Dual then most indexed properties are indexed using values from Spotfire.Dxp.Application.Visuals.ScaleDock. However, Spotfire.Dxp.Application.Visuals.Scale.IndexedDock is indexed using values from the color axis.
Since
2.0