ClassAxisLabelConverter
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:
cs-api-definition
public class AxisLabelConverter : IMultiValueConverter
Inheritance: objectAxisLabelConverter
Implements:
Constructors
AxisLabelConverter()
Declaration
cs-api-definition
public AxisLabelConverter()
Methods
Convert(object[], Type, object, CultureInfo)
Convertes value and axis formatting to formatted TextBlock.
Declaration
cs-api-definition
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
values
object[]
targetType
parameter
culture
Returns