menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ErrorBarCap

    Inheritance
    System.Object
    EJTagHelper
    ErrorBarCap
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ErrorBarCap : EJTagHelper

    Constructors

    ErrorBarCap()

    Declaration
    public ErrorBarCap()

    Properties

    CapFill

    Gets or sets the Fill property of error bar cap, which renders the error bar cap in the specified fill color.

    Declaration
    [JsonProperty("fill")]
    public string CapFill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Color of the error bar cap.

    CapLength

    Gets or sets the Length property of error bar cap, which provides an option to customize the length of error bar cap.

    Declaration
    [JsonProperty("length")]
    public int CapLength { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Length of the error bar cap.

    CapWidth

    Gets or sets the Width property of error bar cap, which provides an option to customize the width of error bar cap.

    Declaration
    [JsonProperty("width")]
    public int CapWidth { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Width of the error bar cap.

    Visible

    Gets or sets the Visible property of error bar cap, which controls the visibility of error bar that is to be rendered or not.

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

    Show/Hides the error bar cap.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved