Click or drag to resize
AbstractChartNodeTransform Property
Specifies whether the axis is linear, logarithmic or a custom transform.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Transform { get; set; }

Property Value

Type: Int32
An int that contains the "Transform" attribute value.
Remarks
Legal values are TRANSFORM_LINEAR (the default), TRANSFORM_LOG and TRANSFORM_CUSTOM.
See Also