Class EnableEffectsConverter
Use to determine the Visibility of Chart Series External Effects layer
Inheritance
System.Object
EnableEffectsConverter
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 EnableEffectsConverter : IValueConverter
Constructors
EnableEffectsConverter()
Declaration
public EnableEffectsConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Convert the bool type to 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 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