[]
        
(Showing Draft Content)

C1.WPF.C1Chart.DataPointConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts a value when the value is transferred from binding source to target.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements