menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CapStyle - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CapStyle

    Represents the radial bar segment cap style. The radial bar cap style can be positioned at the segment start, end, or both ends.

    Inheritance
    System.Object
    CapStyle
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public sealed class CapStyle : Enum

    Fields

    BothCurve

    Indicates that a curve shape should appear at the start and end positions.

    Declaration
    public const CapStyle BothCurve
    Field Value
    Type
    CapStyle

    BothFlat

    Indicates that a flat shape should appear at the start and end positions.

    Declaration
    public const CapStyle BothFlat
    Field Value
    Type
    CapStyle

    EndCurve

    Indicates that a curve shape should appear at the end position.

    Declaration
    public const CapStyle EndCurve
    Field Value
    Type
    CapStyle

    StartCurve

    Indicates that a curve shape should appear at the start position.

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