New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:valuesobject[]targetTypeTypeparameterobjectcultureCultureInfoReturns:

object

C#
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters:valueobjecttargetTypesType[]parameterobjectcultureCultureInfoReturns:

object[]