A class that is used to convert a HeatMapRowLabelsPanelPosition to a Grid.Column index.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PositionToGridColumnConverter : IValueConverter
Inheritance: objectPositionToGridColumnConverter
Implements:
Constructors
C#
public PositionToGridColumnConverter()
Methods
Converts a HeatMapRowLabelsPanelPosition to an integer index.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
2 if the value is Right, 0 otherwise.
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)