menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTransform.ChartPolarTransformer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTransform.ChartPolarTransformer

    Represents ChartPolarTransformer

    Inheritance
    System.Object
    ChartTransform.ChartPolarTransformer
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartPolarTransformer : Object, 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
    Windows.Foundation.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
    Windows.Foundation.Rect viewport

    The viewport.

    ChartSeriesBase series

    The series.

    Properties

    Viewport

    Gets the viewport.

    Declaration
    public Rect Viewport { get; }
    Property Value
    Type Description
    Windows.Foundation.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
    Windows.Foundation.Point

    The visible point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved