Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarCapLineStyle

    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.LineCap
    ErrorBarLineStyle.Dashes
    SFLineStyle.OnPropertyChanged(Boolean, String)
    SFLineStyle.LineColor
    SFLineStyle.LineWidth
    SFLineStyle.PropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.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 Description
    System.Double

    Visible

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

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

    Implements

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