menu

WinUI

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

    Show / Hide Table of Contents

    Class SplineType

    Indicates the type of spline.

    Inheritance
    System.Object
    SplineType
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class SplineType : Enum

    Fields

    Cardinal

    Cardinal spline is used to render data.

    Declaration
    public const SplineType Cardinal
    Field Value
    Type
    SplineType

    Clamped

    Clamped spline is used to render data.

    Declaration
    public const SplineType Clamped
    Field Value
    Type
    SplineType

    Monotonic

    Monotonic spline is used to render data.

    Declaration
    public const SplineType Monotonic
    Field Value
    Type
    SplineType

    Natural

    Natural spline is used to render data.

    Declaration
    public const SplineType Natural
    Field Value
    Type
    SplineType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved