Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DoughnutCapStyle

    Show / Hide Table of Contents

    Class DoughnutCapStyle

    Represents Doughnut series cap style.

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

    Fields

    BothCurve

    The both edges are curve.

    Declaration
    public const DoughnutCapStyle BothCurve
    Field Value
    Type Description
    DoughnutCapStyle

    BothFlat

    The both edges are flat.

    Declaration
    public const DoughnutCapStyle BothFlat
    Field Value
    Type Description
    DoughnutCapStyle

    EndCurve

    The end edge only curve.

    Declaration
    public const DoughnutCapStyle EndCurve
    Field Value
    Type Description
    DoughnutCapStyle

    StartCurve

    The start edge only curve.

    Declaration
    public const DoughnutCapStyle StartCurve
    Field Value
    Type Description
    DoughnutCapStyle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved