Class BubbleSeriesMaterialConverter
This converter verifies correct opacity is applied to materials for bubbles with negative bubble sizes.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BubbleSeriesMaterialConverter : Object, IMultiValueConverter
Constructors
BubbleSeriesMaterialConverter()
Declaration
public BubbleSeriesMaterialConverter()
Methods
Convert(Object[], Type, Object, CultureInfo)
Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The array of values that the source bindings in the System. |
System. The type of the binding target property. |
System. The converter parameter to use. |
System. The culture to use in the converter. |
Returns
System. A converted value.
If the method returns null, the valid null value is used.
A return value of System. |
ConvertBack(Object, Type[], Object, CultureInfo)
Not implemented.
Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|