MapChartTransform FromScales Method TIBCO Spotfire 7.0 API Reference
Creates a transform from the specified scale factors.

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

public static MapChartTransform FromScales(
	double x,
	double y
)

Parameters

x
Type: System Double
The x-scale factor.
y
Type: System Double
The y-scale factor.

Return Value

Type: MapChartTransform
A transform that scales from the source ranges to the destination counterparts.
Version Information

Supported in: 7.0, 6.5
See Also