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 |
---|
PivotChartSplineType |
Clamped
Clamped - Used to render Clamped spline
Declaration
public const PivotChartSplineType Clamped
Field Value
Type |
---|
PivotChartSplineType |
Monotonic
Monotonic - Used to render monotonic spline
Declaration
public const PivotChartSplineType Monotonic
Field Value
Type |
---|
PivotChartSplineType |
Natural
Natural - Used to render Natural spline.
Declaration
public const PivotChartSplineType Natural
Field Value
Type |
---|
PivotChartSplineType |