Blazor

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

    Show / Hide Table of Contents

    Class BulletChartCommonBorder

    Sets and gets the options for customizing the color and width of the buller chart component border.

    Inheritance
    System.Object
    SfBaseComponent
    BulletChartCommonBorder
    BulletChartBorder
    BulletChartLegendBorder
    BulletChartTooltipBorder
    BulletChartValueBorder
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BulletChartCommonBorder : SfBaseComponent

    Constructors

    BulletChartCommonBorder()

    Declaration
    public BulletChartCommonBorder()

    Properties

    Color

    Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.

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

    Width

    Sets and gets the width of the border in the bullet chart component.

    Declaration
    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