ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelSplitType

    Show / Hide Table of Contents

    Enum ExcelSplitType

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

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelSplitType

    Fields

    Name Description
    Custom

    The second chart displays arbitrary slides.

    Percent

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

    Position

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

    Value

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved