menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLineCap - API Reference

    Show / Hide Table of Contents

    Class ChartLineCap

    Represents the type of cap for line annotation. To display a single headed arrow, use the Arrow type.

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

    Fields

    Arrow

    To render the line annotation with arrow.

    Declaration
    public const ChartLineCap Arrow
    Field Value
    Type Description
    ChartLineCap

    None

    To render the line annotation without arrow.

    Declaration
    public const ChartLineCap None
    Field Value
    Type Description
    ChartLineCap

    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