ScaleAxisBaseUseLogTransform Property TIBCO Spotfire 7.9 API Reference

Note: This API is now obsolete.

Gets or sets a value indicating whether to use log transform.

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

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ScaleAxisBase.TransformType instead.")]
public bool UseLogTransform { get; set; }

Property Value

Type: Boolean
true if log transform should be used; otherwise, false.
Remarks

This property only affects continuous numerical axes.
Version Information

Obsolete (compiler warning) in 7.9
Obsolete (compiler warning) in 7.8
Obsolete (compiler warning) in 7.7
Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also

Reference