Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarSettingsModel

    Interface for a class ErrorBarSettings

    Inheritance
    System.Object
    ErrorBarSettingsModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ErrorBarSettingsModel : Object

    Constructors

    ErrorBarSettingsModel()

    Declaration
    public ErrorBarSettingsModel()

    Properties

    Color

    Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Direction

    Allows to set the direction of the error bar . They are Both - Renders both direction of error bar. Minus - Renders minus direction of error bar. Plus - Renders plus direction error bar.

    Declaration
    public object Direction { get; set; }
    Property Value
    Type Description
    System.Object

    ErrorBarCap

    Allows options for customizing the cap of the error bar.

    Declaration
    public object ErrorBarCap { get; set; }
    Property Value
    Type Description
    System.Object

    HorizontalError

    Allows to set the horizontal error of the error bar.

    Declaration
    public int HorizontalError { get; set; }
    Property Value
    Type Description
    System.Int32

    HorizontalNegativeError

    Allows to set the horizontal negative error of the error bar.

    Declaration
    public int HorizontalNegativeError { get; set; }
    Property Value
    Type Description
    System.Int32

    HorizontalPositiveError

    Allows to set the horizontal positive error of the error bar.

    Declaration
    public int HorizontalPositiveError { get; set; }
    Property Value
    Type Description
    System.Int32

    Mode

    Allows to set the mode of the error bar . They are Vertical - Renders a vertical error bar. Horizontal - Renders a horizontal error bar. Both - Renders both side error bar.

    Declaration
    public object Mode { get; set; }
    Property Value
    Type Description
    System.Object

    Type

    Allows to set the type of the error bar . They are Fixed - Renders a fixed type error bar. Percentage - Renders a percentage type error bar. StandardDeviation - Renders a standard deviation type error bar. StandardError -Renders a standard error type error bar. Custom -Renders a custom type error bar.

    Declaration
    public object Type { get; set; }
    Property Value
    Type Description
    System.Object

    VerticalError

    Allows to set the vertical error of the error bar.

    Declaration
    public int VerticalError { get; set; }
    Property Value
    Type Description
    System.Int32

    VerticalNegativeError

    Allows to set the vertical negative error of the error bar.

    Declaration
    public int VerticalNegativeError { get; set; }
    Property Value
    Type Description
    System.Int32

    VerticalPositiveError

    Allows to set the vertical positive error of the error bar.

    Declaration
    public int VerticalPositiveError { get; set; }
    Property Value
    Type Description
    System.Int32

    Visible

    Allows to set the visibility of the error bar gets rendered.

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

    Width

    Allows to set the stroke width of the error bar..

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved