ClassDataPointToPaletteBrushConverter
Class
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:
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
Methods
Convert(object, Type, object, string)
Converts a value of type DataPoint to the corresponding Brush from the chart palette.