menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OfficeSplitType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OfficeSplitType

    Specifies the values displayed in the second chart.

    Inheritance
    System.Object
    OfficeSplitType
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class OfficeSplitType : Enum

    Fields

    Custom

    Indicates the arbitrary slides are displayed in the second chart.

    Declaration
    public const OfficeSplitType Custom
    Field Value
    Type
    OfficeSplitType

    Percent

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

    Declaration
    public const OfficeSplitType Percent
    Field Value
    Type
    OfficeSplitType

    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.

    Declaration
    public const OfficeSplitType Position
    Field Value
    Type
    OfficeSplitType

    Value

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

    Declaration
    public const OfficeSplitType Value
    Field Value
    Type
    OfficeSplitType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved