menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartRange - API Reference

    Show / Hide Table of Contents

    Class BulletChartRange

    Sets and gets for customizing the range color properties of the bullet chart component.

    Inheritance
    System.Object
    SfBaseComponent
    BulletChartRange
    Inherited Members
    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 BulletChartRange : SfBaseComponent

    Constructors

    BulletChartRange()

    Declaration
    public BulletChartRange()

    Properties

    Color

    Sets and gets the color of the range.

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

    End

    Sets and gets the end value of the range.

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

    Name

    Sets and gets the name of the range.

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

    Opacity

    Sets and gets the opacity of the range for the color.

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

    Shape

    Sets and gets the shape of the legend. Each ranges has its own legend shape. They are, Circle Rectangle Triangle Diamond Cross HorizontalLine VerticalLine Pentagon InvertedTriangle.

    Declaration
    public LegendShape Shape { get; set; }
    Property Value
    Type Description
    LegendShape

    Methods

    OnInitializedAsync()

    Method invoked when the component is ready to start.

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

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Overrides
    SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

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