Blazor

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

    Show / Hide Table of Contents

    Class PivotChartSizeType

    Defines the unit of Strip line Size. They are Auto - In numeric axis, it will consider a number and DateTime axis, it will consider as milliseconds. Pixel - The stripline gets their size in pixel. Year - The stipline size is based on year in the DateTime axis. Month - The stipline size is based on month in the DateTime axis. Day - The stipline size is based on day in the DateTime axis. Hour - The stipline size is based on hour in the DateTime axis. Minutes - The stipline size is based on minutes in the DateTime axis. Seconds - The stipline size is based on seconds in the DateTime axis.

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

    Fields

    Auto

    Auto - In numeric axis, it will consider a number and DateTime axis, it will consider as milliseconds.

    Declaration
    public const PivotChartSizeType Auto
    Field Value
    Type Description
    PivotChartSizeType

    Days

    Days - The stipline size is based on day in the DateTime axis.

    Declaration
    public const PivotChartSizeType Days
    Field Value
    Type Description
    PivotChartSizeType

    Hours

    Hours - The stipline size is based on hour in the DateTime axis.

    Declaration
    public const PivotChartSizeType Hours
    Field Value
    Type Description
    PivotChartSizeType

    Minutes

    Minutes - The stipline size is based on minutes in the DateTime axis.

    Declaration
    public const PivotChartSizeType Minutes
    Field Value
    Type Description
    PivotChartSizeType

    Months

    Months - The stipline size is based on month in the DateTime axis.

    Declaration
    public const PivotChartSizeType Months
    Field Value
    Type Description
    PivotChartSizeType

    Pixel

    Pixel - The stripline gets their size in pixel.

    Declaration
    public const PivotChartSizeType Pixel
    Field Value
    Type Description
    PivotChartSizeType

    Seconds

    Seconds - The stipline size is based on seconds in the DateTime axis.

    Declaration
    public const PivotChartSizeType Seconds
    Field Value
    Type Description
    PivotChartSizeType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Years

    Years - The stipline size is based on year in the DateTime axis.

    Declaration
    public const PivotChartSizeType Years
    Field Value
    Type Description
    PivotChartSizeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved