Specifies transformation mode for plot elements.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public enum TransformMode
Visual Basic
Public Enumeration TransformMode
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Relative0 Transformation is relative to the center of the plot element.
Absolute1 Transformation is applied based on the absolute control coordinates.

See Also