menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartSeriesErrorSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartSeriesErrorSettingsBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSeriesErrorSettingsBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartSeriesErrorSettingsBuilder()

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder()

    PivotViewPivotChartSeriesErrorSettingsBuilder(PivotViewPivotChartSeriesErrorSettings)

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder(PivotViewPivotChartSeriesErrorSettings model)
    Parameters
    Type Name Description
    PivotViewPivotChartSeriesErrorSettings model

    Methods

    Color(String)

    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 PivotViewPivotChartSeriesErrorSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    Direction(Object)

    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 PivotViewPivotChartSeriesErrorSettingsBuilder Direction(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    ErrorBarCap(Object)

    Allows options for customizing the cap of the error bar.

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder ErrorBarCap(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    HorizontalError(Double)

    Allows to set the horizontal error of the error bar.

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    HorizontalNegativeError(Double)

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

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalNegativeError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    HorizontalPositiveError(Double)

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

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalPositiveError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    Mode(Object)

    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 PivotViewPivotChartSeriesErrorSettingsBuilder Mode(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    Type(Object)

    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 PivotViewPivotChartSeriesErrorSettingsBuilder Type(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    VerticalError(Double)

    Allows to set the vertical error of the error bar.

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    VerticalNegativeError(Double)

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

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalNegativeError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    VerticalPositiveError(Double)

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

    Declaration
    public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalPositiveError(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPivotChartSeriesErrorSettingsBuilder

    Visible(Boolean)

    If set true, error bar for data gets rendered.

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

    Width(Double)

    Allows to set the stroke width of the error bar.

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