Class ChartDataUtils
Contains utility methods to manipulate data.
Inheritance
System.Object
ChartDataUtils
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.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartDataUtils
Constructors
ChartDataUtils()
Declaration
public ChartDataUtils()
Methods
ConvertPathObjectToPositionValue(Object)
Converts to double.
Declaration
public static int ConvertPathObjectToPositionValue(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The obj value. |
Returns
Type | Description |
---|---|
System.Int32 | The double value |
See Also
GetObjectByPath(Object, String)
Gets the object by path.
Declaration
public static object GetObjectByPath(object obj, string path)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The obj value. |
System.String | path | The path value. |
Returns
Type | Description |
---|---|
System.Object | Returns the object |
GetPositionalPathValue(Object, String)
Gets the double by path.
Declaration
public static double GetPositionalPathValue(object obj, string path)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The obj value. |
System.String | path | The path value. |
Returns
Type | Description |
---|---|
System.Double | The double value |
GetPropertyInfo(Object, String)
Gets the property from the specified object.
Declaration
public static PropertyInfo GetPropertyInfo(object obj, string path)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to retrieve a property. |
System.String | path | Property name |
Returns
Type |
---|
System.Reflection.PropertyInfo |