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