Specifies transformation mode for plot elements.

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

Syntax

C#
public enum TransformMode
Visual Basic
Public Enumeration TransformMode

Members

Member nameDescription
Relative Transformation is relative to the center of the plot element.
Absolute Transformation is applied based on the absolute control coordinates.

See Also