ClassDataPointInfoToPaletteBrushConverter
Class
Represents a converter that retrieves a chart palette brush from a DataPointInfo object.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataPointInfoToPaletteBrushConverter : IValueConverter
Inheritance: objectDataPointInfoToPaletteBrushConverter
Implements:
Constructors
DataPointInfoToPaletteBrushConverter()
Declaration
cs-api-definition
public DataPointInfoToPaletteBrushConverter()
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 DataPointInfo to the corresponding Brush from the chart palette.