menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DoughnutCapStyle

    Represents doughnut series cap style; it specifies the shape of the start and end points of the circular segment.

    Inheritance
    System.Object
    DoughnutCapStyle
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class DoughnutCapStyle : Enum

    Fields

    BothCurve

    The both edges are curve.

    Declaration
    public const DoughnutCapStyle BothCurve
    Field Value
    Type
    DoughnutCapStyle

    BothFlat

    The both edges are flat.

    Declaration
    public const DoughnutCapStyle BothFlat
    Field Value
    Type
    DoughnutCapStyle

    EndCurve

    The end edge only curve.

    Declaration
    public const DoughnutCapStyle EndCurve
    Field Value
    Type
    DoughnutCapStyle

    StartCurve

    The start edge only curve.

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