Class ChartAxisMapping
Inheritance
System.Object
ChartAxisMapping
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.SfChart.XForms.WPF
Assembly: Syncfusion.SfChart.XForms.WPF.dll
Syntax
public static class ChartAxisMapping
Methods
GetAxis(ChartAxis)
Declaration
public static ChartAxisBase2D GetAxis(ChartAxis chartAxis)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | chartAxis |
Returns
Type |
---|
Syncfusion.UI.Xaml.Charts.ChartAxisBase2D |
OnAxisPropertiesChanged(String, ChartAxis, ChartAxisBase2D)
Declaration
public static void OnAxisPropertiesChanged(string propertyName, ChartAxis formAxis, ChartAxisBase2D nativeAxis)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
ChartAxis | formAxis | |
Syncfusion.UI.Xaml.Charts.ChartAxisBase2D | nativeAxis |
OnCategoryAxisPropertiesChanged(String, CategoryAxis, CategoryAxis)
Declaration
public static void OnCategoryAxisPropertiesChanged(string propertyName, CategoryAxis formCategoryAxis, CategoryAxis nativeCategoryAxis)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
CategoryAxis | formCategoryAxis | |
Syncfusion.UI.Xaml.Charts.CategoryAxis | nativeCategoryAxis |
OnDateTimeAxisPropertiesChanged(String, DateTimeAxis, DateTimeAxis)
Declaration
public static void OnDateTimeAxisPropertiesChanged(string propertyName, DateTimeAxis formDateTimeAxis, DateTimeAxis nativeDateTimeAxis)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
DateTimeAxis | formDateTimeAxis | |
Syncfusion.UI.Xaml.Charts.DateTimeAxis | nativeDateTimeAxis |
OnLogarithmicAxisPropertiesChanged(String, LogarithmicAxis, LogarithmicAxis)
Declaration
public static void OnLogarithmicAxisPropertiesChanged(string propertyName, LogarithmicAxis formLogarithmicAxis, LogarithmicAxis nativeLogarithmicAxis)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
LogarithmicAxis | formLogarithmicAxis | |
Syncfusion.UI.Xaml.Charts.LogarithmicAxis | nativeLogarithmicAxis |
OnNumericAxisPropertiesChanged(String, NumericalAxis, NumericalAxis)
Declaration
public static void OnNumericAxisPropertiesChanged(string propertyName, NumericalAxis formNumericAxis, NumericalAxis nativeNumericAxis)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
NumericalAxis | formNumericAxis | |
Syncfusion.UI.Xaml.Charts.NumericalAxis | nativeNumericAxis |
OnRangeAxisBasePropertiesChanged(String, RangeAxisBase, RangeAxisBase)
Declaration
public static void OnRangeAxisBasePropertiesChanged(string propertyName, RangeAxisBase formRangeAxisBase, RangeAxisBase nativeRangeAxisBase)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
RangeAxisBase | formRangeAxisBase | |
Syncfusion.UI.Xaml.Charts.RangeAxisBase | nativeRangeAxisBase |