Blazor

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

    Show / Hide Table of Contents

    Class ErrorBarCapSettingsModel

    Interface for a class ErrorBarCapSettings

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

    Constructors

    ErrorBarCapSettingsModel()

    Declaration
    public ErrorBarCapSettingsModel()

    Properties

    Color

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

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

    Length

    Allows to set the length of the error bar in pixels.

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

    Opacity

    Allows to set the opacity of the cap.

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

    Width

    Allows to set the width of the error bar in pixels.

    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