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

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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.PhoneElements.Charting..::..DoubleToHorizontalTranslationConverter

See Also