ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartErrorBarSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ChartErrorBarSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartErrorBarSettings : EJTagHelper

    Constructors

    ChartErrorBarSettings()

    Declaration
    public ChartErrorBarSettings()

    Properties

    Color

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

    Declaration
    [HtmlAttributeName("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Direction

    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
    [HtmlAttributeName("direction")]
    public ErrorBarDirection Direction { get; set; }
    Property Value
    Type Description
    ErrorBarDirection

    ErrorBarCap

    Options for customizing the cap of the error bar.

    Declaration
    [HtmlAttributeName("errorBarCap")]
    public ChartErrorBarCapSettings ErrorBarCap { get; set; }
    Property Value
    Type Description
    ChartErrorBarCapSettings

    HorizontalError

    The horizontal error of the error bar.

    Declaration
    [HtmlAttributeName("horizontalError")]
    public double HorizontalError { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalNegativeError

    The horizontal negative error of the error bar.

    Declaration
    [HtmlAttributeName("horizontalNegativeError")]
    public double HorizontalNegativeError { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalPositiveError

    The horizontal positive error of the error bar.

    Declaration
    [HtmlAttributeName("horizontalPositiveError")]
    public double HorizontalPositiveError { get; set; }
    Property Value
    Type Description
    System.Double

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Mode

    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
    [HtmlAttributeName("mode")]
    public ErrorBarMode Mode { get; set; }
    Property Value
    Type Description
    ErrorBarMode

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Type

    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
    [HtmlAttributeName("type")]
    public ErrorBarType Type { get; set; }
    Property Value
    Type Description
    ErrorBarType

    VerticalError

    The vertical error of the error bar.

    Declaration
    [HtmlAttributeName("verticalError")]
    public double VerticalError { get; set; }
    Property Value
    Type Description
    System.Double

    VerticalNegativeError

    The vertical negative error of the error bar.

    Declaration
    [HtmlAttributeName("verticalNegativeError")]
    public double VerticalNegativeError { get; set; }
    Property Value
    Type Description
    System.Double

    VerticalPositiveError

    The vertical positive error of the error bar.

    Declaration
    [HtmlAttributeName("verticalPositiveError")]
    public double VerticalPositiveError { get; set; }
    Property Value
    Type Description
    System.Double

    Visible

    If set true, error bar for data gets rendered.

    Declaration
    [HtmlAttributeName("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    The stroke width of the error bar..

    Declaration
    [HtmlAttributeName("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved