Class EffectPathConverter
Use to determine the Effects layer path based on the Series type.
Inheritance
System.Object
EffectPathConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class EffectPathConverter : IValueConverter
Constructors
EffectPathConverter()
Declaration
public EffectPathConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Choose the external layer path based on the chart type.
Declaration
public object Convert(object values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | values | Binding value |
System.Type | targetType | target type |
System.Object | parameter | Converter parameter |
System.Globalization.CultureInfo | culture | culture information |
Returns
Type | Description |
---|---|
System.Object | object value |
See Also
ConvertBack(Object, Type, Object, CultureInfo)
Convertback to Normal value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | value binding |
System.Type | targetType | target type |
System.Object | parameter | converter parameter |
System.Globalization.CultureInfo | culture | culture information |
Returns
Type | Description |
---|---|
System.Object | object value |
See Also
Implements
System.Windows.Data.IValueConverter