KpiChartPreferredTileWidth Property

Spotfire 14.3 API Reference

Note: This API is now obsolete.

Gets or sets the preferred width of a KPI tile in pixels, at the default font size. The actual width will scale with the font size. When filling up the KpiChart with KPI tiles, no tile will be less than this size (given that the width of the KpiChart is not smaller than this size). In addition, the KPI tiles will not be larger than twice this size.

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

C#
[ObsoleteAttribute("Use PreferredRelativeTileWidth instead.")]
public int PreferredTileWidth { get; set; }

Property Value

Type: Int32
Version Information

Supported in: 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
See Also

Reference