Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartSplineType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartSplineType

    It defines type of spline. Natural - Used to render Natural spline. Cardinal - Used to render cardinal spline. Clamped - Used to render Clamped spline Monotonic - Used to render monotonic spline

    Inheritance
    System.Object
    PivotChartSplineType
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartSplineType : Enum

    Fields

    Cardinal

    Cardinal - Used to render cardinal spline.

    Declaration
    public const PivotChartSplineType Cardinal
    Field Value
    Type Description
    PivotChartSplineType

    Clamped

    Clamped - Used to render Clamped spline

    Declaration
    public const PivotChartSplineType Clamped
    Field Value
    Type Description
    PivotChartSplineType

    Monotonic

    Monotonic - Used to render monotonic spline

    Declaration
    public const PivotChartSplineType Monotonic
    Field Value
    Type Description
    PivotChartSplineType

    Natural

    Natural - Used to render Natural spline.

    Declaration
    public const PivotChartSplineType Natural
    Field Value
    Type Description
    PivotChartSplineType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved