Class ChartTransform.ChartPolarTransformer
Represents ChartPolarTransformer
Inheritance
System.Object
ChartTransform.ChartPolarTransformer
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 ChartPolarTransformer : IChartTransformer
Constructors
ChartPolarTransformer(Rect, ChartAxis, ChartAxis)
Initializes a new instance of the ChartTransform.ChartPolarTransformer class.
Declaration
public ChartPolarTransformer(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. |
ChartPolarTransformer(Rect, ChartSeriesBase)
Initializes a new instance of the ChartTransform.ChartPolarTransformer class.
Declaration
public ChartPolarTransformer(Rect viewport, ChartSeriesBase series)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | viewport | The viewport. |
ChartSeriesBase | series | The series. |
Properties
Viewport
Gets the viewport.
Declaration
public Rect Viewport { get; }
Property Value
Type | Description |
---|---|
System.Windows.Rect | The viewport. |
Methods
TransformToVisible(Double, Double)
Transforms chart cordinates to real coordinates.
Declaration
public Point TransformToVisible(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x value. |
System.Double | y | The y value. |
Returns
Type | Description |
---|---|
System.Windows.Point | The visible point |