AbstractChartNodeCustomTransform Property |
Allows for the specification of a custom transform.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Transform CustomTransform { get; set; }
Public Overridable Property CustomTransform As Transform
Get
Set
public:
virtual property Transform^ CustomTransform {
Transform^ get ();
void set (Transform^ value);
}
abstract CustomTransform : Transform with get, set
override CustomTransform : Transform with get, set
Property Value
Type:
Transform
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