Class
AxisLabelConverter

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: IMultiValueConverter

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

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type[], object, CultureInfo)

Declaration

cs-api-definition
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)

Parameters

value

object

targetTypes

Type[]

parameter

object

culture

CultureInfo

Returns

object[]