ScaleLabelsLevelSettingsSize Property TIBCO Spotfire 7.6 API Reference
Gets or sets the maximum side length in pixels of the square within which each image label is rendered on the axis and in its default tooltip.

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 float Size { get; set; }

Property Value

Type: Single
The maximum side length in pixels of square assigned to each image.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The property was set to a value outside the valid range (1-1600).
Remarks

This maximum size measure can only be achieved if there is enough space without labels overlapping each other. If there is not sufficient space the images will be made smaller. If all labels cannot fit on the axes at their smallest size, images are weeded out evenly with according to the same algorithm as for categorical text labels. The default tooltip for the axis label level always uses the given side length in pixels also when the images on the axis are not able to achieve the size.
Version Information

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

Reference