ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelSplitType - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelSplitType

    Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.

    Inheritance
    System.Object
    ExcelSplitType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelSplitType : Enum

    Fields

    Custom

    The second chart displays arbitrary slides.

    Declaration
    public const ExcelSplitType Custom
    Field Value
    Type Description
    ExcelSplitType

    Percent

    The second chart displays values less than a percentage of the total value. The percentage is specified by the SplitValue property.

    Declaration
    public const ExcelSplitType Percent
    Field Value
    Type Description
    ExcelSplitType

    Position

    The second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.

    Declaration
    public const ExcelSplitType Position
    Field Value
    Type Description
    ExcelSplitType

    Value

    The second chart displays values less than the value specified by the SplitValue property.

    Declaration
    public const ExcelSplitType Value
    Field Value
    Type Description
    ExcelSplitType

    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