menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ErrorBarCapLineStyle

    This class is used to customize the appearance of error bar cap line style in ErrorBarSeries.

    Inheritance
    System.Object
    ChartLineStyle
    ErrorBarLineStyle
    ErrorBarCapLineStyle
    Inherited Members
    ChartLineStyle.StrokeColor
    ChartLineStyle.StrokeColorProperty
    ChartLineStyle.StrokeDashArray
    ChartLineStyle.StrokeDashArrayProperty
    ChartLineStyle.StrokeWidth
    ChartLineStyle.StrokeWidthProperty
    ErrorBarLineStyle.StrokeCap
    ErrorBarLineStyle.StrokeCapProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ErrorBarCapLineStyle : ErrorBarLineStyle, IThemeElement

    Constructors

    ErrorBarCapLineStyle()

    Declaration
    public ErrorBarCapLineStyle()

    Fields

    CapLineSizeProperty

    Gets or sets the value for the cap line height. This is a bindable property.

    Declaration
    public static readonly BindableProperty CapLineSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IsVisibleProperty

    Gets or sets the visibility of cap. This is a bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    CapLineSize

    Gets or sets the value for the cap line height.

    Declaration
    public double CapLineSize { get; set; }
    Property Value
    Type
    System.Double

    IsVisible

    Gets or sets a value indicating whether to show or hide the visibility of cap.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved