Class LineEffectsConverter
Use to determine the Visibility of Chart Series Line segement effects
Inheritance
System.Object
LineEffectsConverter
Implements
System.Windows.Data.IMultiValueConverter
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 LineEffectsConverter : IMultiValueConverter
Constructors
LineEffectsConverter()
Declaration
public LineEffectsConverter()
Methods
Convert(Object[], Type, Object, CultureInfo)
Convert the bool type to Visibility and determine the last line segment visibility
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[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | value binding |
System.Type[] | targetTypes | 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.IMultiValueConverter