Blazor

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

    Show / Hide Table of Contents

    Class PivotChartErrorBarCapSettings

    Allows options for customizing the cap of the error bar.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    PivotChartErrorBarCapSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartErrorBarCapSettings : SfDataBoundComponent

    Constructors

    PivotChartErrorBarCapSettings()

    Declaration
    public PivotChartErrorBarCapSettings()

    Properties

    Color

    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

    The length of the error bar in pixels.

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    Opacity

    The opacity of the cap.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    The width of the error bar in pixels.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved