Specifies transformation mode for plot elements.
Namespace:
C1.Phone.ChartAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Relative | 0 | Transformation is relative to the center of the plot element. | |
| Absolute | 1 | Transformation is applied based on the absolute control coordinates. |