menu

Blazor

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

    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.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    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
    System.String

    End

    Sets and gets the end value of the range.

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

    Name

    Sets and gets the name of the range.

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

    Opacity

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

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    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
    LegendShape
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved