menu

Class ErrorBarCapLineStyle - Xamarin.iOS 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 .

    Inheritance
    System.Object
    SFLineStyle
    ErrorBarLineStyle
    ErrorBarCapLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ErrorBarLineStyle.Dashes
    ErrorBarLineStyle.LineCap
    SFLineStyle.LineColor
    SFLineStyle.LineWidth
    SFLineStyle.OnPropertyChanged(Boolean, String)
    SFLineStyle.PropertyChanged
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class ErrorBarCapLineStyle : ErrorBarLineStyle, INotifyPropertyChanged

    Constructors

    ErrorBarCapLineStyle()

    Declaration
    public ErrorBarCapLineStyle()

    Properties

    CapLineSize

    Gets or sets the value for the cap line height.

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

    Visible

    Gets or sets a value indicating whether cap is visible or not.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved