menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarCapLineStyle - Xamarin.Android 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
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartLineStyle.OnPropertyChanged(Boolean, String)
    ChartLineStyle.PathEffect
    ChartLineStyle.PropertyChanged
    ChartLineStyle.StrokeColor
    ChartLineStyle.StrokeWidth
    ErrorBarLineStyle.StrokeCap
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.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

    Visibility

    Gets or sets the visibility of cap.

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type
    Visibility

    Implements

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