Blazor

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

    Show / Hide Table of Contents

    Class PivotChartDrawType

    Type of series to be drawn in radar or polar series. They are line - Renders the line series. column - Renders the column series. area - Renders the area series. scatter - Renders the scatter series. spline - Renders the spline series. stackingColumn - Renders the stacking column series. stackingArea - Renders the stacking area series. rangeColumn - Renders the range column series. splineArea - Renders the spline area series.

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

    Fields

    Area

    Area - Renders the area series.

    Declaration
    public const PivotChartDrawType Area
    Field Value
    Type Description
    PivotChartDrawType

    Column

    Column - Renders the column series.

    Declaration
    public const PivotChartDrawType Column
    Field Value
    Type Description
    PivotChartDrawType

    Line

    Line - Renders the line series.

    Declaration
    public const PivotChartDrawType Line
    Field Value
    Type Description
    PivotChartDrawType

    RangeColumn

    RangeColumn - Renders the range column series.

    Declaration
    public const PivotChartDrawType RangeColumn
    Field Value
    Type Description
    PivotChartDrawType

    Scatter

    Scatter - Renders the scatter series.

    Declaration
    public const PivotChartDrawType Scatter
    Field Value
    Type Description
    PivotChartDrawType

    Spline

    Spline - Renders the spline series.

    Declaration
    public const PivotChartDrawType Spline
    Field Value
    Type Description
    PivotChartDrawType

    SplineArea

    SplineArea - Renders the spline area series.

    Declaration
    public const PivotChartDrawType SplineArea
    Field Value
    Type Description
    PivotChartDrawType

    StackingArea

    StackingArea - Renders the stacking area series.

    Declaration
    public const PivotChartDrawType StackingArea
    Field Value
    Type Description
    PivotChartDrawType

    StackingColumn

    StackingColumn - Renders the stacking column series.

    Declaration
    public const PivotChartDrawType StackingColumn
    Field Value
    Type Description
    PivotChartDrawType

    StackingLine

    StackingLine - Renders the stacking line series.

    Declaration
    public const PivotChartDrawType StackingLine
    Field Value
    Type Description
    PivotChartDrawType

    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