MapChartTransform FromScales Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5
See Also