Class InteriorConverter
Resolves the color of the series or segment dynamically.
Inheritance
System.Object
InteriorConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class InteriorConverter : Object, IValueConverter
Constructors
InteriorConverter()
Initializes a new instance of the InteriorConverter class.
Declaration
public InteriorConverter()
InteriorConverter(ChartSeries)
Initializes a new instance of the InteriorConverter class.
Declaration
public InteriorConverter(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The Series. |
Methods
Convert(Object, Type, Object, String)
Modifies the source data before passing it to the target for display in the UI.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The Value |
System.Type | targetType | The Target Type |
System.Object | parameter | The Parameter |
System.String | language | The Language |
Returns
Type | Description |
---|---|
System.Object | The value to be passed to the target dependency property. |
ConvertBack(Object, Type, Object, String)
Modifies the target data before passing it to the source object
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The Value |
System.Type | targetType | The Target Type |
System.Object | parameter | The Parameter |
System.String | language | The Language |
Returns
Type | Description |
---|---|
System.Object | The value to be passed to the source. |
Implements
Windows.UI.Xaml.Data.IValueConverter