AxisLabelConverter
Class
Converter which produces the TextBlocks for Charts' Value axes depending on the value and cell formatting.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class AxisLabelConverter : IMultiValueConverter
Inheritance: objectAxisLabelConverter
Implements:
Constructors
C#
public AxisLabelConverter()
Methods
Convertes value and axis formatting to formatted TextBlock.
C#
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
C#
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
object[]