Converts a LegendPosition into an integer value. This is typically used in custom templates for the Chart and PieChart controls when laying out the elements using a grid.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements.Charting..::..LegendPositionToIntegerConverter

See Also