Allows for the specification of a custom transform.

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

Syntax

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

Field Value

An Object implimenting the Transform interface which specifies the "CustomTransform" attribute value.

Remarks

This is used only if the "Transform" attribute is set to TRANSFORM_CUSTOM.

See Also