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.
Get or sets the root value.
Checks if the key exists in the indexed property.
The key.
true if the the key exists; otherwise false.
Checks if the key exists in the indexed property. The key is represented by an object array.
Rest
...keys: any[]The key represented by an object array.
true if the the key exists; otherwise false.
Indexed property of the type AxisTransformType. 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