menu

UWP

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

    Show / Hide Table of Contents

    Class ChartTransform

    Class implementation for Chartransform

    Inheritance
    System.Object
    ChartTransform
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public static class ChartTransform : Object

    Methods

    CoefficientToVector(Double)

    Return point values from the given values

    Declaration
    public static Point CoefficientToVector(double coefficient)
    Parameters
    Type Name Description
    System.Double coefficient
    Returns
    Type
    Windows.Foundation.Point

    CreateCartesian(Size, ChartAxis, ChartAxis)

    Creates the Cartesian transformer.

    Declaration
    public static IChartTransformer CreateCartesian(Size viewport, ChartAxis xAxis, ChartAxis yAxis)
    Parameters
    Type Name Description
    Windows.Foundation.Size viewport

    The viewport.

    ChartAxis xAxis

    The x axis.

    ChartAxis yAxis

    The y axis.

    Returns
    Type Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer

    The Cartesian Transformer

    CreateCartesian(Size, ChartSeriesBase)

    Creates the Cartesian transformer.

    Declaration
    public static IChartTransformer CreateCartesian(Size viewport, ChartSeriesBase series)
    Parameters
    Type Name Description
    Windows.Foundation.Size viewport

    The viewport.

    ChartSeriesBase series

    The series.

    Returns
    Type Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer

    The Cartesian Transformer

    CreatePolar(Rect, ChartSeriesBase)

    Creates the polar.

    Declaration
    public static IChartTransformer CreatePolar(Rect viewport, ChartSeriesBase series)
    Parameters
    Type Name Description
    Windows.Foundation.Rect viewport

    The viewport.

    ChartSeriesBase series

    The series.

    Returns
    Type Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer

    The Polar Transformer

    CreateSimple(Size)

    Creates the Cartesian transformer.

    Declaration
    public static IChartTransformer CreateSimple(Size viewport)
    Parameters
    Type Name Description
    Windows.Foundation.Size viewport

    The viewport.

    Returns
    Type Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer

    The Chart Transformer

    CreateSimple3D(Size)

    Creates the Cartesian transformer.

    Declaration
    public static IChartTransformer CreateSimple3D(Size viewPort)
    Parameters
    Type Name Description
    Windows.Foundation.Size viewPort

    The viewport.

    Returns
    Type Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer

    The Chart Transformer

    PointToPolarRadian(Point, Double)

    Return the Radian Value of Polar/Radar chart Mouse point

    Declaration
    public static double PointToPolarRadian(Point point, double center)
    Parameters
    Type Name Description
    Windows.Foundation.Point point
    System.Double center
    Returns
    Type
    System.Double

    RadianToPolarCoefficient(Double)

    Return the Polar/Radar type Axis Coefficient Value from the given radian value

    Declaration
    public static double RadianToPolarCoefficient(double radian)
    Parameters
    Type Name Description
    System.Double radian
    Returns
    Type
    System.Double

    ValueToVector(ChartAxis, Double)

    Values to vector.

    Declaration
    public static Point ValueToVector(ChartAxis axis, double value)
    Parameters
    Type Name Description
    ChartAxis axis

    The axis value.

    System.Double value

    The value.

    Returns
    Type Description
    Windows.Foundation.Point

    The vector value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved