Click or drag to resize
AbstractChartNodeCustomTransform Property
Allows for the specification of a custom transform.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Transform CustomTransform { 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