Converts a double to a horizontal TranslateTransform of the specified amount.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class DoubleToHorizontalTranslationConverter : IValueConverter
Visual Basic
Public Class DoubleToHorizontalTranslationConverter _
	Implements IValueConverter
Visual C++
public ref class DoubleToHorizontalTranslationConverter : IValueConverter

Remarks

This converter works around data binding issues in the Silverlight transform system.

Inheritance Hierarchy

System..::..Object
  Mindscape.SilverlightElements.Charting..::..DoubleToHorizontalTranslationConverter

See Also