Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ErrorBarLineStyle

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

    Inheritance
    System.Object
    SFLineStyle
    ErrorBarLineStyle
    ErrorBarCapLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SFLineStyle.OnPropertyChanged(Boolean, String)
    SFLineStyle.LineColor
    SFLineStyle.LineWidth
    SFLineStyle.PropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ErrorBarLineStyle : SFLineStyle, INotifyPropertyChanged

    Constructors

    ErrorBarLineStyle()

    Declaration
    public ErrorBarLineStyle()

    Properties

    Dashes

    Gets or sets the dashes for the axis line.

    Declaration
    public NSArray Dashes { get; set; }
    Property Value
    Type Description
    Foundation.NSArray

    LineCap

    Gets or sets the line cap for error bar line.

    Declaration
    public CGLineCap LineCap { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGLineCap

    Implements

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