Class ChartTransform
Represents ChartTransform
Inheritance
System.Object
ChartTransform
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 static class ChartTransform
Methods
CoefficientToVector(Double)
Coefficients to vector.
Declaration
public static Vector CoefficientToVector(double coefficient)
Parameters
Type | Name | Description |
---|---|---|
System.Double | coefficient | The coefficient. |
Returns
Type | Description |
---|---|
System.Windows.Vector | The vector value |
CreateCartesian(Rect, ChartAxis, ChartAxis)
Creates the Cartesian transformer.
Declaration
public static IChartTransformer CreateCartesian(Rect viewport, ChartAxis xAxis, ChartAxis yAxis)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | viewport | The viewport. |
ChartAxis | xAxis | The x axis. |
ChartAxis | yAxis | The y axis. |
Returns
Type | Description |
---|---|
Syncfusion.Windows.Chart.IChartTransformer | The Cartesian Transformer |
CreateCartesian(Rect, ChartSeries)
Creates the Cartesian transformer.
Declaration
public static IChartTransformer CreateCartesian(Rect viewport, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | viewport | The viewport. |
ChartSeries | series | The series. |
Returns
Type | Description |
---|---|
Syncfusion.Windows.Chart.IChartTransformer | The Cartesian Transformer |
CreatePolar(Rect, ChartSeries)
Creates the polar.
Declaration
public static IChartTransformer CreatePolar(Rect viewport, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | viewport | The viewport. |
ChartSeries | series | The series. |
Returns
Type | Description |
---|---|
Syncfusion.Windows.Chart.IChartTransformer | The Polar Transformer |
CreateSimple(Rect)
Creates the Cartesian transformer.
Declaration
public static IChartTransformer CreateSimple(Rect viewport)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | viewport | The viewport. |
Returns
Type | Description |
---|---|
Syncfusion.Windows.Chart.IChartTransformer | The Chart Transformer |
CreateTransformer(ChartAxesType, Rect, ChartSeries)
Creates the transformer.
Declaration
public static IChartTransformer CreateTransformer(ChartAxesType axesType, Rect viewport, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartAxesType | axesType | Type of the axes. |
System.Windows.Rect | viewport | The viewport. |
ChartSeries | series | The series. |
Returns
Type | Description |
---|---|
Syncfusion.Windows.Chart.IChartTransformer | The Transformer |
ValueToAngle(ChartAxis, Double)
Values to angle.
Declaration
public static double ValueToAngle(ChartAxis axis, double value)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | The axis value. |
System.Double | value | The double value. |
Returns
Type | Description |
---|---|
System.Double | Returns the angle |
ValueToVector(ChartAxis, Double)
Values to vector.
Declaration
public static Vector ValueToVector(ChartAxis axis, double value)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | The axis value. |
System.Double | value | The value. |
Returns
Type | Description |
---|---|
System.Windows.Vector | The vector value |