Class SfChartRenderer
Inheritance
System.Object
SfChartRenderer
Assembly: Syncfusion.SfChart.XForms.WPF.dll
public class SfChartRenderer : ViewRenderer<SfChart, SfChart>
Constructors
Declaration
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public static List<ChartAxis> GetChartAxes(SfChart sfChart)
Parameters
Type |
Name |
Description |
SfChart |
sfChart |
|
Returns
Type |
System.Collections.Generic.List<ChartAxis> |
Declaration
public static object GetFormObject(Type type, object obj)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
obj |
|
Returns
Declaration
public static ChartAxis GetFormsChartAxis(SfChart chart, ChartAxisBase2D chartAxis)
Parameters
Type |
Name |
Description |
SfChart |
chart |
|
Syncfusion.UI.Xaml.Charts.ChartAxisBase2D |
chartAxis |
|
Returns
Declaration
public static List<Brush> GetMetroBrushes()
Returns
Type |
System.Collections.Generic.List<System.Windows.Media.Brush> |
Declaration
public static object GetNativeObject(Type type, object obj)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
obj |
|
Returns
Declaration
public static List<string> GetPropertiesChanged(Type type, object obj)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
obj |
|
Returns
Type |
System.Collections.Generic.List<System.String> |
Declaration
public static Color GetWindowsColor(Color formsColor)
Parameters
Type |
Name |
Description |
Xamarin.Forms.Color |
formsColor |
|
Returns
Type |
System.Windows.Media.Color |
Declaration
public static void Init()
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<SfChart> e)
Parameters
Type |
Name |
Description |
Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<SfChart> |
e |
|
Declaration
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.ComponentModel.PropertyChangedEventArgs |
e |
|
Declaration
public static void SetFormObject(Type type, object obj, object nativeObject)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
obj |
|
System.Object |
nativeObject |
|
Declaration
public static void SetNativeObject(Type type, object obj, object nativeObject)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
obj |
|
System.Object |
nativeObject |
|