Specifies whether the axis is linear, logarithmic or a custom transform.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int Transform { get; set; }
Visual Basic (Declaration)
Public Overridable Property Transform As Integer
Visual C++
public:
virtual property int Transform {
	int get ();
	void set (int value);
}

Field Value

An int that contains the "Transform" attribute value.

Remarks

Legal values are TRANSFORM_LINEAR (the default), TRANSFORM_LOG and TRANSFORM_CUSTOM.

See Also