Class
DataPointToPaletteBrushConverter

Represents a converter that retrieves a chart palette brush from a DataPoint object.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataPointToPaletteBrushConverter : IValueConverter

Inheritance: objectDataPointToPaletteBrushConverter

Implements: IValueConverter

Constructors

DataPointToPaletteBrushConverter()

Declaration

cs-api-definition
public DataPointToPaletteBrushConverter()

Properties

PaletteVisualPart

Gets or sets the PaletteVisualPart value which will be used to retrieve the palette value from the passed data point.

Declaration

cs-api-definition
public PaletteVisualPart PaletteVisualPart { get; set; }

Property Value

PaletteVisualPart

Methods

Convert(object, Type, object, string)

Converts a value of type DataPoint to the corresponding Brush from the chart palette.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object