LineChartShowIndividualScaling Property TIBCO Spotfire 7.6 API Reference
Gets or sets a value indicating whether the lines are individually scaled.

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

C#
public bool ShowIndividualScaling { get; set; }

Property Value

Type: Boolean
Remarks

The Y-axis scale can either be the same for all lines, or individual for each line. Individual means the lines are normalized so that all lines are shown on a scale with the actual value expressed as a percentage of the maximum value for each line. If all lines have the same scale it ranges from the lowest to the highest value of all lines being plotted. This should be used when the values are of the same unit and similar magnitude.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference