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