menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Enum OfficeSplitType

    Specifies the values displayed in the second chart.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Base.dll
    Syntax
    public enum OfficeSplitType

    Fields

    Name Description
    Custom

    Indicates the arbitrary slides are displayed in the second chart.

    Percent

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

    Position

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

    Value

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

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