menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartErrorBarSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartErrorBarSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartErrorBarSettingsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartErrorBarSettingsBuilder : ControlBuilder

    Constructors

    ChartErrorBarSettingsBuilder()

    Declaration
    public ChartErrorBarSettingsBuilder()

    ChartErrorBarSettingsBuilder(ChartErrorBarSettings)

    Declaration
    public ChartErrorBarSettingsBuilder(ChartErrorBarSettings model)
    Parameters
    Type Name Description
    ChartErrorBarSettings model

    Methods

    Color(String)

    The color of the error bar's stroke, which accepts values in hex, rgba, or as a valid CSS color string.

    Declaration
    public ChartErrorBarSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    Direction(ErrorBarDirection)

    Specifies the direction of the error bar. The available options are: Both - Renders error bars in both directions (positive and negative). Minus - Renders error bars in the negative direction. Plus - Renders error bars in the positive direction.

    Declaration
    public ChartErrorBarSettingsBuilder Direction(ErrorBarDirection value)
    Parameters
    Type Name Description
    ErrorBarDirection value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    ErrorBarCap(ChartErrorBarCapSettings)

    The errorBarCap property allows customization of the appearance and behavior of the caps at the ends of error bars in a chart series.

    Declaration
    public ChartErrorBarSettingsBuilder ErrorBarCap(ChartErrorBarCapSettings value)
    Parameters
    Type Name Description
    ChartErrorBarCapSettings value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    ErrorBarCap(Action<ChartErrorBarCapSettingsBuilder>)

    Declaration
    public ChartErrorBarSettingsBuilder ErrorBarCap(Action<ChartErrorBarCapSettingsBuilder> errorBarCap)
    Parameters
    Type Name Description
    System.Action<ChartErrorBarCapSettingsBuilder> errorBarCap
    Returns
    Type
    ChartErrorBarSettingsBuilder

    ErrorBarColorMapping(String)

    Defines the color for the error bar, which is mapped to the data source mapping name.

    Declaration
    public ChartErrorBarSettingsBuilder ErrorBarColorMapping(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    HorizontalError(Object)

    The horizontal error of the point can also be mapped from the data source.

    Declaration
    public ChartErrorBarSettingsBuilder HorizontalError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    HorizontalNegativeError(Object)

    The horizontal negative error of the point can be mapped from the data source as well.

    Declaration
    public ChartErrorBarSettingsBuilder HorizontalNegativeError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    HorizontalPositiveError(Object)

    The horizontal positive error of the point can be mapped from the data source as well.

    Declaration
    public ChartErrorBarSettingsBuilder HorizontalPositiveError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    Mode(ErrorBarMode)

    Specifies the mode for the error bar. The available options are: Vertical - Renders error bars in a vertical direction. Horizontal - Renders error bars in a horizontal direction. Both - Renders error bars in both vertical and horizontal directions.

    Declaration
    public ChartErrorBarSettingsBuilder Mode(ErrorBarMode value)
    Parameters
    Type Name Description
    ErrorBarMode value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    Type(ErrorBarType)

    Specifies the type of error bar. The available options 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 ChartErrorBarSettingsBuilder Type(ErrorBarType value)
    Parameters
    Type Name Description
    ErrorBarType value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    VerticalError(Object)

    The vertical error for the point can also be mapped from the data source.

    Declaration
    public ChartErrorBarSettingsBuilder VerticalError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    VerticalNegativeError(Object)

    The vertical negative error of the point can be mapped from the data source as well.

    Declaration
    public ChartErrorBarSettingsBuilder VerticalNegativeError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    VerticalPositiveError(Object)

    The vertical positive error of the point can be mapped from the data source as well.

    Declaration
    public ChartErrorBarSettingsBuilder VerticalPositiveError(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    Visible(Boolean)

    If set to true, the error bar for the data will be rendered.

    Declaration
    public ChartErrorBarSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    ChartErrorBarSettingsBuilder

    Width(Double)

    The width property determines the thickness of the error bars rendered in the chart series.

    Declaration
    public ChartErrorBarSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartErrorBarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved