menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ErrorBarLineStyle

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

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

    Constructors

    ErrorBarLineStyle()

    Initializes a new instance of the ErrorBarLineStyle class.

    Declaration
    public ErrorBarLineStyle()

    Fields

    StrokeCapProperty

    Gets or sets the stroke cap for error bar line. This is a bindable property.

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

    Properties

    StrokeCap

    Gets or sets the stroke cap for error bar line.

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